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