frontend groundwork
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import "package:anyway/structs/landmark.dart";
|
||||
|
||||
|
||||
class Route {
|
||||
final String name;
|
||||
final Duration duration;
|
||||
final List<Landmark> landmarks;
|
||||
|
||||
Route({
|
||||
required this.name,
|
||||
required this.duration,
|
||||
required this.landmarks
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user