AdapterError constructor

const AdapterError(
  1. String message, {
  2. String? code,
  3. Object? originalError,
})

Implementation

const AdapterError(this.message, {this.code, this.originalError});