OtpResponseModel constructor

OtpResponseModel({
  1. required bool success,
  2. String? otpRef,
  3. String? message,
})

Implementation

OtpResponseModel({required this.success, this.otpRef, this.message});