height property

String height

Gets the value of "height"

Implementation

String get height => this._height;
void height= (String value)

Sets the value of "height"

Implementation

set height(String value) {
  _height = value == null ? '' : value;
}