ofList method

DataTableSelectAction? ofList(
  1. List<T> items
)

Implementation

DataTableSelectAction? ofList(List<T> items) {
  return enable ? _ItemSelector(this, items).call : null;
}