active property

bool? get active
override

Implementation

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

Implementation

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