Landmark constructor

Landmark({
  1. Position? position,
  2. String? type,
})

Implementation

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