category property

String? category
override

Implementation

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

Implementation

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