ConfirmOtp constructor

ConfirmOtp({
  1. bool? status,
  2. int? limit,
  3. String? token,
  4. String? errorMessage,
})

Implementation

ConfirmOtp({
  this.status,
  this.limit,
  this.token,
  this.errorMessage,
});