diff --git a/lib/transport_helper.dart b/lib/transport_helper.dart index d690edb..dd1f705 100644 --- a/lib/transport_helper.dart +++ b/lib/transport_helper.dart @@ -249,7 +249,7 @@ class Station { Station({ required this.id, required this.name, - required this.transportLines, //TODO: make extra db table + required this.transportLines, }); Map toMap() {