type property
- @JsonKey.new(name: 'type', toJson: notificationTypesToJson, fromJson: notificationTypesFromJson)
final
Implementation
@JsonKey(
name: 'type',
toJson: notificationTypesToJson,
fromJson: notificationTypesFromJson)
final enums.NotificationTypes? type;