11 lines
381 B
Dart
11 lines
381 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'group_game_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$GroupGameDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$PlayerTableTable get playerTable => attachedDatabase.playerTable;
|
|
$GroupTableTable get groupTable => attachedDatabase.groupTable;
|
|
$GroupGameTableTable get groupGameTable => attachedDatabase.groupGameTable;
|
|
}
|