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