bool? get checked => _$this._checked;
set checked(covariant bool? checked) => _$this._checked = checked;