GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse.fromJson constructor
GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse.fromJson(
- Map _json
Implementation
GoogleCloudIdentitytoolkitV2StartMfaEnrollmentResponse.fromJson(
core.Map _json)
: this(
phoneSessionInfo: _json.containsKey('phoneSessionInfo')
? GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.fromJson(
_json['phoneSessionInfo']
as core.Map<core.String, core.dynamic>)
: null,
);