13 lines
428 B
Dart
13 lines
428 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'reaction_dao.dart';
|
|
|
|
// **************************************************************************
|
|
// DaoGenerator
|
|
// **************************************************************************
|
|
|
|
mixin _$ReactionDaoMixin on DatabaseAccessor<DriftChatDatabase> {
|
|
$ReactionsTable get reactions => attachedDatabase.reactions;
|
|
$UsersTable get users => attachedDatabase.users;
|
|
}
|