OtpRequest constructor

OtpRequest(
  1. {String? email,
  2. String? otpCode}
)

Implementation

OtpRequest({this.email, this.otpCode});