category property

JsonObject? get category
override

Implementation

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

Implementation

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