PackObserverClass class abstract
Base class for pack observer classes
- Inheritance
- Implemented types
Constructors
- PackObserverClass({required String $instanceId, String? $namespace, MessageClient? $messageClient})
Properties
- $instance → dynamic
-
no setterinherited
- $instanceId → String
-
final
- $messageClient → MessageClient?
-
final
- $namespace → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateInstance(
dynamic instance) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited