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