tentative property

int? get tentative
override

Implementation

int? get tentative => _$this._tentative;
set tentative (covariant int? tentative)
covariantoverride

Implementation

set tentative(covariant int? tentative) => _$this._tentative = tentative;