store property
The store where this entitlement was unlocked from
Implementation
@JsonKey(name: 'store', unknownEnumValue: Store.unknownStore)
Store get store => throw _privateConstructorUsedError;
The store where this entitlement was unlocked from
@JsonKey(name: 'store', unknownEnumValue: Store.unknownStore)
Store get store => throw _privateConstructorUsedError;