items property

List<T> items
final

The choice items of type T to be used while building items of ListView which is content of the dialog

Implementation

final List<T> items;