TableStaticLoader<M> constructor

const TableStaticLoader<M>(
  1. FutureOr<List<M>> items()
)

Implementation

const TableStaticLoader(this.items);