Guild constructor
const
Guild({})
Implementation
const Guild({
required this.name,
required this.leader,
required this.guildType,
required this.reputation,
required this.history,
required this.emblem,
required this.motto,
required this.specialties,
required this.quests,
required this.notableMembers,
});