display property
String
get
display
Implementation
_i2.String get display => _i4.getProperty(
this,
'display',
);
set
display
(String value)
Implementation
set display(_i2.String value) {
_i4.setProperty(
this,
'display',
value,
);
}