source property

DataTableSource source
final

The data source which provides data to show in each row. Must be non-null.

This object should generally have a lifetime longer than the PaginatedDataTable2 widget itself; it should be reused each time the PaginatedDataTable2 constructor is called.

Implementation

final DataTableSource source;