data property
String
get
data
Implementation
_i2.String get data => _i4.getProperty(
this,
'data',
);
set
data
(String value)
Implementation
set data(_i2.String value) {
_i4.setProperty(
this,
'data',
value,
);
}