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