category property

TransferDataCategoryEnum? get category

Implementation

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

Implementation

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