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