MonitorBase class abstract
监控模块
Constructors
- MonitorBase(MonitorType type)
Properties
- currentPage → RoutePage?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnable ↔ bool
-
getter/setter pair
- name → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ MonitorType
-
getter/setter pair
Methods
-
disable(
) → void -
enable(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → void - 启动监控
-
stop(
) → void - 停止监控
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited