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