resendOtpResponseFromJson function

ResendOtpResponse resendOtpResponseFromJson(
  1. String str
)

Implementation

ResendOtpResponse resendOtpResponseFromJson(String str) => ResendOtpResponse.fromJson(json.decode(str));