PackClass class abstract

Base class for pack classes

Implemented types
Implementers

Constructors

PackClass()

Properties

hashCode int
The hash code for this object.
no setterinherited
instance → dynamic
no setteroverride
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

Operators

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