VerifyPhoneNumberResponse.fromJson constructor

VerifyPhoneNumberResponse.fromJson(
  1. Map json_
)

Implementation

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