category property

TransferCategoryEnum? get category

Implementation

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

Implementation

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