appStoreState property

  1. @JsonKey.new(unknownEnumValue: AppStoreState.unknown)
AppStoreState? appStoreState
final

This package's reading of Apple's appStoreState, or null when absent.

Write against this; appStoreStateRaw is the fallback for a state it does not name. The question most callers have is editable.

Implementation

@JsonKey(unknownEnumValue: AppStoreState.unknown)
final AppStoreState? appStoreState;