ConnectionError constructor
const
ConnectionError(
- Object error,
- StackTrace? stackTrace
Implementation
const ConnectionError(this.error, this.stackTrace);
const ConnectionError(this.error, this.stackTrace);