OneTimePurchasePrice.fromAppStore constructor

OneTimePurchasePrice.fromAppStore(
  1. AppStoreProductDetails appStoreProductDetails
)

Implementation

factory OneTimePurchasePrice.fromAppStore(AppStoreProductDetails appStoreProductDetails) =>
    OneTimePurchasePrice._(appStoreObj: appStoreProductDetails);