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