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