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