showTemporary property
bool?
get
showTemporary
Implementation
_i2.bool? get showTemporary => _i4.getProperty(
this,
'showTemporary',
);
set
showTemporary
(bool? value)
Implementation
set showTemporary(_i2.bool? value) {
_i4.setProperty(
this,
'showTemporary',
value ?? _i5.undefined,
);
}