status property

  1. @JsonKey.new(unknownEnumValue: PlayReleaseStatus.unknown)
PlayReleaseStatus? status
final

This package's reading of Play's status, or null when Play sent none.

Write against this; statusRaw is the fallback for a value it does not name, and serving is the question most callers actually have.

Implementation

@JsonKey(unknownEnumValue: PlayReleaseStatus.unknown)
final PlayReleaseStatus? status;