toSVGFunction method

String Function(String) toSVGFunction()

Individual SVG Part, only usable with the whole Avataaar and AvataaarClothes.graphicShirt()

Implementation

String Function(String) toSVGFunction() => when(
      bat: () => Graphics.bat,
      bear: () => Graphics.bear,
      cumbia: () => Graphics.cumbia,
      deer: () => Graphics.deer,
      diamond: () => Graphics.diamond,
      hola: () => Graphics.hola,
      pizza: () => Graphics.pizza,
      resist: () => Graphics.resist,
      selena: () => Graphics.selena,
      skull: () => Graphics.skull,
      skullOutline: () => Graphics.skullOutline,
    );