type property

  1. @JsonKey(name: 'type', toJson: alertTypeDTONullableToJson, fromJson: alertTypeDTONullableFromJson)
AlertTypeDTO? type
final

Implementation

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