ConnectionError constructor

const ConnectionError(
  1. Object error,
  2. StackTrace? stackTrace
)

Implementation

const ConnectionError(this.error, this.stackTrace);