category property

String? get category
override

Implementation

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

Implementation

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