type property

  1. @JsonKey.new(name: 'type', toJson: notificationTypesToJson, fromJson: notificationTypesFromJson)
NotificationTypes? type
final

Implementation

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