declaredViews property

List<MoorView> declaredViews
final

All views that have been declared on this accessor directly.

This contains the views field from a DriftDatabase or UseDao annotation, but not tables that are declared in imported moor files. Use views for that.

Implementation

final List<MoorView> declaredViews;