Landmark constructor
Landmark({
- LandmarkType? type,
- double? x,
- double? y,
Implementation
Landmark({
this.type,
this.x,
this.y,
});
Landmark({
this.type,
this.x,
this.y,
});