Added Database, Tables & DAOs
This commit is contained in:
6
lib/data/db/dao/players_dao.g.dart
Normal file
6
lib/data/db/dao/players_dao.g.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'players_dao.dart';
|
||||
|
||||
// ignore_for_file: type=lint
|
||||
mixin _$PlayersDaoMixin on DatabaseAccessor<AppDatabase> {}
|
||||
Reference in New Issue
Block a user