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