FluxDebugConfig class
Flux 調試器配置
Constructors
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
Static Properties
- debugMode ↔ bool
-
是否啟用調試模式
getter/setter pair
- logCompileTime ↔ bool
-
是否記錄編譯時間
getter/setter pair
- logExecutionTime ↔ bool
-
是否記錄執行時間
getter/setter pair
- showWidgetBounds ↔ bool
-
是否顯示 Widget 邊界
getter/setter pair