type property

  1. @JsonKey(name: 'type', toJson: notificationTypeDTONullableToJson, fromJson: notificationTypeDTONullableFromJson)
NotificationTypeDTO? type
final

Implementation

@JsonKey(
  name: 'type',
  toJson: notificationTypeDTONullableToJson,
  fromJson: notificationTypeDTONullableFromJson,
)
final enums.NotificationTypeDTO? type;