10 lines
289 B
Dart
10 lines
289 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'tickets_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$TicketsDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$CollectionsTable get collections => attachedDatabase.collections;
|
|
$TicketsTable get tickets => attachedDatabase.tickets;
|
|
}
|