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