twonly-app/lib/src/database/daos/contacts.dao.g.dart
2025-10-19 02:45:17 +02:00

8 lines
222 B
Dart

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