active property

bool? active

Implementation

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

Implementation

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