menu
neuron
neuron.dart
AsyncError
<
T
>
AsyncError.new const constructor
AsyncError.new
dark_mode
light_mode
AsyncError<
T
>
constructor
const
AsyncError<
T
>
(
Object
error
, [
StackTrace
?
stackTrace
])
Implementation
const AsyncError(this.error, [this.stackTrace]);
neuron
neuron
AsyncError
<
T
>
AsyncError.new const constructor
AsyncError class