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