GoogleCloudIdentitytoolkitV1VerifyIosClientRequest.fromJson constructor
GoogleCloudIdentitytoolkitV1VerifyIosClientRequest.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1VerifyIosClientRequest.fromJson(core.Map json_)
: this(
appToken: json_['appToken'] as core.String?,
isSandbox: json_['isSandbox'] as core.bool?,
);