ConnectionError constructor

ConnectionError({
  1. StackTrace? stackTrace,
  2. Exception? cause,
})

Implementation

ConnectionError({super.stackTrace, super.cause});