docs(database): done that(ded. db table for lines at station), rm TODO

This commit is contained in:
fbachus
2026-07-03 00:25:49 +02:00
parent 0897a45eb9
commit 8532ce4de5
+1 -1
View File
@@ -249,7 +249,7 @@ class Station {
Station({ Station({
required this.id, required this.id,
required this.name, required this.name,
required this.transportLines, //TODO: make extra db table required this.transportLines,
}); });
Map<String, Object?> toMap() { Map<String, Object?> toMap() {