IapTestServiceAccountInfo.fromJson constructor

IapTestServiceAccountInfo.fromJson(
  1. Map json_
)

Implementation

IapTestServiceAccountInfo.fromJson(core.Map json_)
    : this(
        targetAudienceClientId: json_.containsKey('targetAudienceClientId')
            ? json_['targetAudienceClientId'] as core.String
            : null,
      );