Files
cabo-counter/lib/data/dao/game_session_dao.g.dart

10 lines
262 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'game_session_dao.dart';
// ignore_for_file: type=lint
mixin _$GameSessionDaoMixin on DatabaseAccessor<AppDatabase> {
$GameSessionTableTable get gameSessionTable =>
attachedDatabase.gameSessionTable;
}