UGetMobileVerificationCodeForLoginParams.fromMap constructor
Implementation
factory UGetMobileVerificationCodeForLoginParams.fromMap(Map<String, dynamic> json) => UGetMobileVerificationCodeForLoginParams(
phoneNumber: json["phoneNumber"],
);