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