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