String? get category => _$this._category;
set category(covariant String? category) => _$this._category = category;