TimelineStream enum Null safety

Timeline stream identifier.

Inheritance

Constructors

TimelineStream()
const

Values

all → const TimelineStream

A meta-identifier that instructs the Dart VM to record all streams.

TimelineStream()
api → const TimelineStream

Marks events related to calls made via Dart's C API.

TimelineStream()
compiler → const TimelineStream

Marks events from the Dart VM's JIT compiler.

TimelineStream()
compilerVerbose → const TimelineStream

The verbose version of compiler.

TimelineStream()
dart → const TimelineStream

Marks events emitted using the dart:developer API.

TimelineStream()
debugger → const TimelineStream

Marks events from the Dart VM debugger.

TimelineStream()
embedder → const TimelineStream

Marks events emitted using the dart_tools_api.h C API.

TimelineStream()
gc → const TimelineStream

Marks events from the garbage collector.

TimelineStream()
isolate → const TimelineStream

Marks events related to message passing between Dart isolates.

TimelineStream()
vm → const TimelineStream

Marks internal VM events.

TimelineStream()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TimelineStream>
A constant List of the values in this enum, in order of their declaration.
[all, api, compiler, compilerVerbose, dart, debugger, embedder, gc, isolate, vm]