readTables property
override
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 {'scores', 'courses', 'course_offerings'};