mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-16 04:28:41 +00:00
8 lines
222 B
Dart
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;
|
|
}
|