selectAll method Null safety
- Iterable<
SelectResultInterface> results
override
Starts a new query and defines the selected columns.
Implementation
@override
AsyncSelect selectAll(Iterable<SelectResultInterface> results) =>
AsyncSelectImpl(results, distinct: false);