DriftDatabase constructor
Use this class as an annotation to inform the generator that a database class should be generated using the specified DriftDatabase.tables.
Implementation
const DriftDatabase({
this.tables = const [],
this.views = const [],
this.daos = const [],
this.queries = const {},
this.include = const {},
});