type property

  1. @JsonKey(name: 'type', toJson: eventTypeDTONullableToJson, fromJson: eventTypeDTONullableFromJson)
EventTypeDTO? type
final

Implementation

@JsonKey(
  name: 'type',
  toJson: eventTypeDTONullableToJson,
  fromJson: eventTypeDTONullableFromJson,
)
final enums.EventTypeDTO? type;