menu
sector
sector.dart
SkipEvent
<
E
>
SkipEvent const constructor
SkipEvent
dark_mode
light_mode
SkipEvent<
E
>
constructor
const
SkipEvent<
E
>
(
E
node
)
Creates a
SkipEvent
for
Tracer.onSkip
.
Implementation
const SkipEvent(this.node);
sector
sector
SkipEvent
<
E
>
SkipEvent const constructor
SkipEvent class