OneTimePurchasePrice.fromGooglePlay constructor

OneTimePurchasePrice.fromGooglePlay(
  1. GooglePlayProductDetails googlePlayProductDetails
)

Implementation

factory OneTimePurchasePrice.fromGooglePlay(GooglePlayProductDetails googlePlayProductDetails) =>
    OneTimePurchasePrice._(googlePlayObj: googlePlayProductDetails);