category property

String? category

Implementation

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

Implementation

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