of method

DataTableSelectAction? of(
  1. T item
)

Implementation

DataTableSelectAction? of(T item) {
  return ofList([item]);
}