Konsistenzfehler im JSON Vermeiden #125
@@ -38,7 +38,7 @@ class DataTransferService {
|
|||||||
'id': g.id,
|
'id': g.id,
|
||||||
'name': g.name,
|
'name': g.name,
|
||||||
'createdAt': g.createdAt.toIso8601String(),
|
'createdAt': g.createdAt.toIso8601String(),
|
||||||
'memberIds': (g.members ?? []).map((m) => m.id).toList(),
|
'memberIds': (g.members).map((m) => m.id).toList(),
|
||||||
}).toList(),
|
}).toList(),
|
||||||
|
|
||||||
'matches': matches
|
'matches': matches
|
||||||
|
|||||||
Reference in New Issue
Block a user