activeTypes property
Returns all active deities
Implementation
@override
List<SvgWrapper> get activeTypes =>
_activeSvgWrappers.toList()..sortBy((emblemIcon) => emblemIcon.name);
Returns all active deities
@override
List<SvgWrapper> get activeTypes =>
_activeSvgWrappers.toList()..sortBy((emblemIcon) => emblemIcon.name);