ConnectionAborted constructor

ConnectionAborted([
  1. String? message,
  2. List<String> sources = const []
])

Implementation

ConnectionAborted([String? message, List<String> sources = const[]])
    : super._(ErrorCode.connectionAborted, message, sources);