type property
- @JsonKey(name: 'type', toJson: alertTypeDTONullableToJson, fromJson: alertTypeDTONullableFromJson)
final
Implementation
@JsonKey(
name: 'type',
toJson: alertTypeDTONullableToJson,
fromJson: alertTypeDTONullableFromJson,
)
final enums.AlertTypeDTO? type;