13 lines
408 B
Dart
13 lines
408 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'read_dao.dart';
|
|
|
|
// **************************************************************************
|
|
// DaoGenerator
|
|
// **************************************************************************
|
|
|
|
mixin _$ReadDaoMixin on DatabaseAccessor<DriftChatDatabase> {
|
|
$ReadsTable get reads => attachedDatabase.reads;
|
|
$UsersTable get users => attachedDatabase.users;
|
|
}
|