toSvgString method
Individual SVG Part, only usable with the whole Avataaar
Implementation
String toSvgString(String path1, String path2, String mask2) => when(
transparent: (_) => 'Transparent',
circle: (color) => Style.circle(path1, path2, mask2, color),
);