sendOtpModelFromJson function

SendOtpModel sendOtpModelFromJson(
  1. String str
)

Implementation

SendOtpModel sendOtpModelFromJson(String str) => SendOtpModel.fromJson(json.decode(str));