category property

String? get category

Implementation

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

Implementation

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