GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.fromJson constructor

GoogleCloudIdentitytoolkitV2StartMfaPhoneResponseInfo.fromJson(
  1. Map json_
)

Implementation

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