AdapterException constructor

const AdapterException(
  1. String message, [
  2. Object? originalError,
  3. StackTrace? stackTrace
])

Implementation

const AdapterException(this.message, [this.originalError, this.stackTrace]);