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