store property

  1. @JsonKey(name: 'store', unknownEnumValue: Store.unknownStore)
Store store
inherited

The store where this entitlement was unlocked from

Implementation

@JsonKey(name: 'store', unknownEnumValue: Store.unknownStore)
Store get store => throw _privateConstructorUsedError;