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