Settlement constructor
const
Settlement({})
Implementation
const Settlement({
required this.name,
required this.settlementType,
this.dominantRace,
required this.locations,
required this.description,
this.dominantOccupation,
required this.importantCharacters,
required this.population,
required this.trouble,
});