CallingBinding class abstract
Server Service
MultiChild, SingleChild, Endpoint
- Inheritance
-
- Object
- BuildContext
- Binding
- CallingBinding
- Implementers
Constructors
- CallingBinding(CallingComponent component)
Properties
- ancestorCalling → CallingBinding?
-
no setterinherited
-
no setterinherited
- calling → Calling
-
no setter
- component → CallingComponent
-
no setteroverride
- crypto → Crypto
-
no setterinherited
- dataAccess → DataAccess
-
no setterinherited
- exceptionHandler → ExceptionHandler
-
no setterinherited
- findCalling → CallingBinding
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpService → HttpService
-
no setterinherited
- key → Key
-
Calling get calling;
no setterinherited
- logger → Logger
-
no setterinherited
- owner → ServerBinding
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socketService → WebSocketService
-
no setterinherited
Methods
-
attachToParent(
Binding parent) → void -
inherited
-
buildBinding(
) → void -
inherited
-
callingVisitor(
TreeVisitor< Calling> visitor) → TreeVisitor<Calling> -
findAncestorBindingOfType<
T extends Binding> () → T? -
inherited
-
findAncestorComponentOfType<
T extends Component> () → T? -
inherited
-
findAncestorServiceByName<
T extends ServerBinding> (String name) → T? -
inherited
-
findAncestorStateOfKey<
T extends GlobalKey< (State< >StatefulComponent> >String key) → T? -
inherited
-
findAncestorStateOfType<
T extends State< (StatefulComponent> >) → T? -
inherited
-
findChildService<
T extends ServerBinding> () → T? -
inherited
-
findChildState<
T extends State< (StatefulComponent> >) → T? -
inherited
-
getPath(
) → String -
Get current context path
inherited
-
hasService<
T extends _BaseService> () → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitCallingChildren(
TreeVisitor< Calling> visitor) → TreeVisitor<Calling> -
override
-
visitChildren(
TreeVisitor< Binding> visitor) → TreeVisitor<Binding> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited