watchedTables property

  1. @visibleForOverriding
  2. @Deprecated('Use watchedTables on the generated context')
Set<ResultSetImplementation> watchedTables

The tables this select statement reads from

Implementation

@visibleForOverriding
@Deprecated('Use watchedTables on the generated context')
Set<ResultSetImplementation> get watchedTables => _queriedTables().toSet();