ProxyStopped class final
已停止。
errMessage 非 null 表示异常停止(启动失败、内核崩溃等),为 null 表示正常停止。
- Inheritance
-
- Object
- ProxyState
- ProxyStopped
Constructors
- ProxyStopped({String? errMessage})
-
const
Properties
- errMessage → String?
-
异常停止的原因;正常停止时为 null。
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String
-
该状态的显示名(EventChannel 传输字符串与 UI 展示共用)。
no setteroverride
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override