OneTimeProductBuyPurchaseOption.fromJson constructor

OneTimeProductBuyPurchaseOption.fromJson(
  1. Map json_
)

Implementation

OneTimeProductBuyPurchaseOption.fromJson(core.Map json_)
  : this(
      legacyCompatible: json_['legacyCompatible'] as core.bool?,
      multiQuantityEnabled: json_['multiQuantityEnabled'] as core.bool?,
    );