height property
override
Gets the value of "height"
Implementation
String get height => this._height;
override
Sets the value of "height"
Implementation
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;
}