GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.fromJson constructor
GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.fromJson(core.Map json_)
: this(
sessionInfo: json_.containsKey('sessionInfo')
? json_['sessionInfo'] as core.String
: null,
);