$update property

bool? get $update
override

Implementation

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

Implementation

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