Landmark constructor Null safety

Landmark(
  1. {required LandmarkType type,
  2. required Position position}
)

Implementation

Landmark({required this.type, required this.position});