readTables property
All tables that this view reads from.
If this view reads from other views, the readTables of that view are also included in this readTables set.
Implementation
@override
Set<String> get readTables => const {};
All tables that this view reads from.
If this view reads from other views, the readTables of that view are also included in this readTables set.
@override
Set<String> get readTables => const {};