CallBridge<T> class

Mixed in types
  • LoggingMixin

Constructors

CallBridge(String debugName)

Properties

debugName String
final
hashCode int
The hash code for this object.
no setterinherited
log → Logger
no setterinherited
loggerName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() FutureOr<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(dynamic self, EventInvoker<T> invoker) → void
toString() String
A string representation of this object.
inherited
unregisterCall(dynamic self) → void

Operators

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