NetworkDebugger class
Properties
-
enableProxy
→ ValueNotifier<
bool> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- proxyIp ↔ String
-
getter/setter pair
- proxyPort ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEnableProxy(
bool v) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → NetworkDebugger
-
final
Constants
- KEY_PROXY_ENABLE → const String
- KEY_PROXY_IP → const String
- KEY_PROXY_PORT → const String