category property

TransferInfoCategoryEnum? get category

Implementation

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

Implementation

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