twonly-app/lib/src/database/daos/messages_dao.g.dart
2025-03-16 20:51:38 +01:00

9 lines
288 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'messages_dao.dart';
// ignore_for_file: type=lint
mixin _$MessagesDaoMixin on DatabaseAccessor<TwonlyDatabase> {
$ContactsTable get contacts => attachedDatabase.contacts;
$MessagesTable get messages => attachedDatabase.messages;
}