NodeMode mixin

Mixin Applications

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

delete(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
get(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
put(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
toString() String
A string representation of this object.
inherited
ws(String name, SocketBuilder build, {List<String?>? keys}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited