AdapterException constructor

AdapterException(
  1. AdapterErrorType type,
  2. String message,
  3. {Object? detail}
)

Implementation

AdapterException(this.type, this.message, {this.detail});