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