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