toSvgString method
Individual SVG Part, only usable with the whole Avataaar
Implementation
String toSvgString() => when(
concerned: () => Mouth.concerned,
default0: () => Mouth.default0,
disbelief: () => Mouth.disbelief,
eating: () => Mouth.eating,
grimace: () => Mouth.grimace,
sad: () => Mouth.sad,
screamOpen: () => Mouth.screamOpen,
serious: () => Mouth.serious,
smile: () => Mouth.smile,
tongue: () => Mouth.tongue,
twinkle: () => Mouth.twinkle,
vomit: () => Mouth.vomit,
);