ConnectionError constructor
ConnectionError({
- StackTrace? stackTrace,
- Exception? cause,
Implementation
ConnectionError({super.stackTrace, super.cause});
ConnectionError({super.stackTrace, super.cause});