TransportError constructor

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

Implementation

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