active property

bool? active
override

Implementation

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

Implementation

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