resendOtpResponseToJson function

String resendOtpResponseToJson(
  1. ResendOtpResponse data
)

Implementation

String resendOtpResponseToJson(ResendOtpResponse data) => json.encode(data.toJson());