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,
      );