source property

List<T> source
final

List of data to be displayed in the list.

リストに表示するデータの一覧。

Implementation

final List<T> source;