display property

String display

Implementation

_i2.String get display => _i4.getProperty(
      this,
      'display',
    );
void display=(String value)

Implementation

set display(_i2.String value) {
  _i4.setProperty(
    this,
    'display',
    value,
  );
}