Completed daos, added basic GameTable & GameDao
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:game_tracker/data/methods/dto/player.dart';
|
||||
import 'package:game_tracker/data/dto/player.dart';
|
||||
|
||||
class Group {
|
||||
final String id;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Player {
|
||||
final String id;
|
||||
final String username;
|
||||
final String name;
|
||||
|
||||
Player({required this.id, required this.username});
|
||||
Player({required this.id, required this.name});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user