String display

Gets the value of "display"

Source

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

Sets the value of "display"

Source

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