Gets the value of "left"
Source
String get left => this._left;
Sets the value of "left"
Source
set left(String value) {
_left = value == null ? '' : value;
}
Gets the value of "left"
String get left => this._left;
Sets the value of "left"
set left(String value) {
_left = value == null ? '' : value;
}