originalPurchaseDate property
Returns the purchase date for the version of the application when the user bought the app. Use this for grandfathering users when migrating to subscriptions.
Implementation
@JsonKey(name: 'originalPurchaseDate')
String? get originalPurchaseDate => throw _privateConstructorUsedError;