RegisterException constructor

const RegisterException({
  1. String? errorCode,
  2. String? error,
})

Implementation

const RegisterException({
  this.errorCode,
  this.error,
});