mirror of https://github.com/AMT-Cheif/drift.git
12 lines
335 B
Dart
12 lines
335 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'todos_dao.dart';
|
|
|
|
// **************************************************************************
|
|
// DaoGenerator
|
|
// **************************************************************************
|
|
|
|
mixin _TodosDaoMixin on DatabaseAccessor<Database> {
|
|
$TodosTable get todos => db.todos;
|
|
}
|