PodListHelper<T extends Object?> class abstract

Constructors

PodListHelper()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
pods TPodList<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes all Pod objects in the list. This method should be called when the Pod objects are no longer needed, to release resources.
disposeIfMarkedAsTemp() → void
Disposes only those Pod objects in the list that are marked as temporary. This method is useful for selectively releasing resources used by temporary Pod objects.
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