category property
- @JsonKey(name: 'category', toJson: fDXNotificationCategoryToJson, fromJson: fDXNotificationCategoryFromJson)
final
Implementation
@JsonKey(
name: 'category',
toJson: fDXNotificationCategoryToJson,
fromJson: fDXNotificationCategoryFromJson,
)
final enums.FDXNotificationCategory category;