Landscape constructor
Landscape({})
Implementation
Landscape({
required this.name,
required this.location,
required this.weather,
required this.landscapeType,
required this.features,
required this.resources,
required this.encounters,
required this.knownFor,
required this.size,
required this.travelRate,
});