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