allTypes property
Returns all the emblemShape types
Implementation
@override
List<SvgWrapper> get allTypes =>
_emblemShapes.toList()..sortBy((emblemShape) => emblemShape.name);
Returns all the emblemShape types
@override
List<SvgWrapper> get allTypes =>
_emblemShapes.toList()..sortBy((emblemShape) => emblemShape.name);