Deity constructor
const
Deity({})
Implementation
const Deity({
required this.name,
this.gender,
required this.deityType,
required this.domains,
this.alignment,
required this.depiction,
this.worshipedBy,
required this.worshipers,
required this.shrinesRarity,
required this.positiveAttribute,
required this.negativeAttribute,
});