appStoreState property
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;