display property

String display
override

Gets the value of "display"

Implementation

String get display => this._display;
void display= (String value)
override

Sets the value of "display"

Implementation

set display(String value) {
  _display = value == null ? '' : value;
}