StarXpandCallbackHandler<T extends StarXpandCallbackPayload> class
Constructors
-
StarXpandCallbackHandler(StarXpandCallback<
T> callback, T payloadBuilder(String type, Map<String, dynamic> data)?)
Properties
-
callback
→ StarXpandCallback<
T> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
payloadBuilder
→ T Function(String type, Map<
String, dynamic> data)? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
String type, Map< String, dynamic> data) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited