menu
leancode_pipe package
documentation
signalr_core/src/exceptions.dart
AggregateExceptions
AggregateExceptions.new constructor
AggregateExceptions.new constructor
dark_mode
light_mode
AggregateExceptions
constructor
AggregateExceptions
(
{
required
List
<
Exception
>
innerExceptions
,
required
String
message
,
})
Implementation
AggregateExceptions({ required this.innerExceptions, required this.message, });
leancode_pipe package
documentation
signalr_core/src/exceptions
AggregateExceptions
AggregateExceptions.new constructor
AggregateExceptions class