int? get enabled => _$this._enabled;
set enabled(covariant int? enabled) => _$this._enabled = enabled;