watchedTables property Null safety
- @visibleForOverriding
- @Deprecated('Use watchedTables on the GenerationContext')
The tables this select statement reads from.
Implementation
@visibleForOverriding
@Deprecated('Use watchedTables on the GenerationContext')
Set<ResultSetImplementation> get watchedTables => {table};