IapTestServiceAccountInfo.fromJson constructor
IapTestServiceAccountInfo.fromJson(
- Map json_
Implementation
IapTestServiceAccountInfo.fromJson(core.Map json_)
: this(
targetAudienceClientId:
json_['targetAudienceClientId'] as core.String?,
);