container property
dynamic
get
container
The underlying iterable container holding elements.
This is initialized based on containerType and may be:
- List
- Set
- Queue
- Other Iterable types
Implementation
get container;