ProductPurchasesAcknowledgeRequest.fromJson constructor
ProductPurchasesAcknowledgeRequest.fromJson(
- Map json_
Implementation
ProductPurchasesAcknowledgeRequest.fromJson(core.Map json_)
: this(developerPayload: json_['developerPayload'] as core.String?);