from method Null safety
- DataSourceInterface dataSource
override
Creates and returns a FROM
clause query component with the given
dataSource
.
Implementation
@override
AsyncFrom from(DataSourceInterface dataSource);
Creates and returns a FROM
clause query component with the given
dataSource
.
@override
AsyncFrom from(DataSourceInterface dataSource);