Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
13 lines
565 B
Dart
13 lines
565 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'pack_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$PackDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$CardPacksTable get cardPacks => attachedDatabase.cardPacks;
|
|
$GameCardsTable get gameCards => attachedDatabase.gameCards;
|
|
$VoiceModelsTable get voiceModels => attachedDatabase.voiceModels;
|
|
$PreviewCardsTable get previewCards => attachedDatabase.previewCards;
|
|
$CardPackCardsTable get cardPackCards => attachedDatabase.cardPackCards;
|
|
$CardVoicesTable get cardVoices => attachedDatabase.cardVoices;
|
|
}
|