active property

bool? get active

Implementation

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

Implementation

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