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