IdentitytoolkitRelyingpartySendVerificationCodeResponse.fromJson constructor

IdentitytoolkitRelyingpartySendVerificationCodeResponse.fromJson(
  1. Map json_
)

Implementation

IdentitytoolkitRelyingpartySendVerificationCodeResponse.fromJson(
    core.Map json_)
    : this(
        sessionInfo: json_['sessionInfo'] as core.String?,
      );