RequestPhoneVerificationResponse.fromJson constructor

RequestPhoneVerificationResponse.fromJson(
  1. Map json_
)

Implementation

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