showTemporary property

bool? showTemporary

Implementation

_i2.bool? get showTemporary => _i4.getProperty(
      this,
      'showTemporary',
    );
void showTemporary=(bool? value)

Implementation

set showTemporary(_i2.bool? value) {
  _i4.setProperty(
    this,
    'showTemporary',
    value ?? _i5.undefined,
  );
}