status property

  1. @JsonKey(name: 'status', toJson: eventCollectionStatusToJson, fromJson: eventCollectionStatusFromJson)
EventCollectionStatus? status
final

Implementation

@JsonKey(
    name: 'status',
    toJson: eventCollectionStatusToJson,
    fromJson: eventCollectionStatusFromJson)
final enums.EventCollectionStatus? status;