display property Null safety

String display

Gets the value of "display"

Implementation

String get display => getPropertyValue('display');
void display=(String value)

Sets the value of "display"

Implementation

set display(String value) {
  setProperty('display', value, '');
}