PodListHelper<T extends Object? > class
abstract
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
pods
→ TPodList <T >
no setter
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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