$PurchasesAcknowledgeRequest.fromJson constructor
$PurchasesAcknowledgeRequest.fromJson(
- Map json_
Implementation
$PurchasesAcknowledgeRequest.fromJson(core.Map json_)
: this(
developerPayload: json_.containsKey('developerPayload')
? json_['developerPayload'] as core.String
: null,
);