PackClass class abstract

Base class for pack classes

Implemented types
Implementers

Constructors

PackClass([List? args])

Properties

$instance → dynamic
no setteroverride
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
$destroy() → void
override
$init(List args) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateInstance(dynamic instance) → void

Operators

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