10 lines
289 B
Dart
10 lines
289 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'game_dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$GameDaoMixin on DatabaseAccessor<AppDatabase> {
|
|
$PlayerTableTable get playerTable => attachedDatabase.playerTable;
|
|
$GameTableTable get gameTable => attachedDatabase.gameTable;
|
|
}
|