OneIDResetOTP constructor

OneIDResetOTP({
  1. String? code,
  2. String? message,
  3. bool? isSuccess,
  4. dynamic detail,
})

Implementation

OneIDResetOTP({
  this.code,
  this.message,
  this.isSuccess,
  this.detail,
});