watchedTables property

Iterable<TableInfo<Table, dynamic>> watchedTables
final

Additional tables that this expression is watching.

When this expression is used in a stream query, the stream will update when any table in watchedTables changes. Usually, expressions don't introduce new tables to watch. This field is mainly used for subqueries used as expressions.

Implementation

final Iterable<TableInfo> watchedTables;