UGetMobileVerificationCodeForLoginParams.fromJson constructor
UGetMobileVerificationCodeForLoginParams.fromJson(
- String str
Implementation
factory UGetMobileVerificationCodeForLoginParams.fromJson(String str) => UGetMobileVerificationCodeForLoginParams.fromMap(
json.decode(str),
);