display property
override
Gets the value of "display"
Implementation
String get display => this._display;
override
Sets the value of "display"
Implementation
set display(String? value) {
_display = value == null ? '' : value;
}
Gets the value of "display"
String get display => this._display;
Sets the value of "display"
set display(String? value) {
_display = value == null ? '' : value;
}