top property Null safety

String top
override

Gets the value of "top"

Implementation

String get top => this._top;
void top=(String? value)
override

Sets the value of "top"

Implementation

set top(String? value) {
  _top = value == null ? '' : value;
}