PhantomServer class
Constructors
- PhantomServer({required Type root, bool reloadable = true, NodeStorage? storage})
Properties
- clock ↔ PrecisionStopwatch
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger ↔ PLogger
-
getter/setter pair
- pool ↔ NodePool
-
getter/setter pair
- reloadable → bool
-
final
- root → Type
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage ↔ NodeStorage?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reloadCode(
) → Future< void> -
start(
) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ PhantomServer
-
getter/setter pair