GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse.fromJson constructor

GoogleCloudIdentitytoolkitV1SendVerificationCodeResponse.fromJson(
  1. Map json_
)

Implementation

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