EventStreams class abstract

An enum of available event streams.

Constructors

EventStreams()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

kDebug → const String
kExtension → const String
kGC → const String
kHeapSnapshot → const String
kIsolate → const String
kLogging → const String
kProfiler → const String
kService → const String
kStderr → const String
kStdout → const String
kTimeline → const String
kVM → const String