added grade delay to details and other small shit

This commit is contained in:
Kima
2024-09-27 23:07:18 +02:00
parent 92fe3b7dcd
commit 7919d0e284
7 changed files with 30 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ class User {
birth: DateTime.now(),
yearId: '1',
parents: [],
gradeDelay: 0,
),
role: Role.values[map["role"] ?? 0],
nickname: map["nickname"] ?? "",