category property

NotificationCategoryEnum? get category

Implementation

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

Implementation

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