elements property

List<T> elements
final

Items of which itemBuilder or indexedItemBuilder produce the list.

Implementation

final List<T> elements;