$PurchasesAcknowledgeRequest.fromJson constructor

$PurchasesAcknowledgeRequest.fromJson(
  1. Map json_
)

Implementation

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