list static method

Create a source from an in-memory list.

Implementation

static PlexTableSource list(List<List<PlexDataCell>> rows) {
  return PlexTableSource._(type: PlexTableSourceType.list, rows: rows);
}