restore property

bool? get restore
override

Implementation

bool? get restore => _$this._restore;
set restore (covariant bool? restore)
covariantoverride

Implementation

set restore(covariant bool? restore) => _$this._restore = restore;