UGetMobileVerificationCodeForLoginParams.fromJson constructor

UGetMobileVerificationCodeForLoginParams.fromJson(
  1. String str
)

Implementation

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