mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 21:38:39 +00:00
9 lines
288 B
Dart
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;
|
|
}
|