ConferenceBinding<T> class

A binding of a conference event and its corresponding callback.

Constructors

ConferenceBinding.new(String event, T callback)

Properties

callback ↔ T
getter/setter pair
event String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCallback() → T
Returns the callback associated with the binding.
getEvent() String
Returns the event associated with the binding.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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