TimelineEventKind enum

统一时间线的事件来源 / Event source on the unified timeline

对应面板里已有的五类数据:网络 / 日志 / 异常 / 路由 / 告警。 Mirrors the five data categories already in the panel: network / log / error / route / alert.

Inheritance
Available extensions

Values

network → const TimelineEventKind
log → const TimelineEventKind
error → const TimelineEventKind
route → const TimelineEventKind
alert → const TimelineEventKind

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
label → String

Available on TimelineEventKind, provided by the TimelineEventKindText extension

来源短标签(列表 chip 用)/ Short source label (list chip)
no setter
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<TimelineEventKind>
A constant List of the values in this enum, in order of their declaration.