PackObserverClass class abstract
Base class for pack observer classes
- Inheritance
- Implemented types
Constructors
- PackObserverClass({required String instanceId, String? namespace, MessageClient? messageClient})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance → dynamic
-
no setterinherited
- instanceId → String
-
final
- messageClient → MessageClient?
-
final
- namespace → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createInstance(
List args) → dynamic -
Factory method for creating instances
inherited
-
destroy(
) → void -
inherited
-
init(
List args) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerEventHandler(
String eventName, Function handler) → void - Register event handler
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited