TimelineStream enum
Timeline stream identifier.
Values
- all → const TimelineStream
- 
  A meta-identifier that instructs the Dart VM to record all streams. 
- api → const TimelineStream
- 
  Marks events related to calls made via Dart's C API. 
- compiler → const TimelineStream
- 
  Marks events from the Dart VM's JIT compiler. 
- compilerVerbose → const TimelineStream
- 
  The verbose version of compiler. 
- dart → const TimelineStream
- 
  Marks events emitted using the dart:developerAPI.
- debugger → const TimelineStream
- 
  Marks events from the Dart VM debugger. 
- embedder → const TimelineStream
- 
  Marks events emitted using the dart_tools_api.hC API.
- gc → const TimelineStream
- 
  Marks events from the garbage collector. 
- isolate → const TimelineStream
- 
  Marks events related to message passing between Dart isolates. 
- vm → const TimelineStream
- 
  Marks internal VM events. 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent 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.