toSvgString method

String toSvgString()

Individual SVG Part, only usable with the whole Avataaar

Implementation

String toSvgString() => when(
      closed: () => Eyes.close,
      cry: () => Eyes.cry,
      default0: () => Eyes.default0,
      dizzy: () => Eyes.dizzy,
      eyeRoll: () => Eyes.eyeRoll,
      happy: () => Eyes.happy,
      hearts: () => Eyes.hearts,
      side: () => Eyes.side,
      squint: () => Eyes.squint,
      surprised: () => Eyes.surprised,
      wink: () => Eyes.wink,
      winkWacky: () => Eyes.winkWacky,
    );