all constant

List<AvataaarEyes> const all

Implementation

static const List<AvataaarEyes> all = [
  AvataaarEyes.closed(),
  AvataaarEyes.cry(),
  AvataaarEyes.default0(),
  AvataaarEyes.dizzy(),
  AvataaarEyes.eyeRoll(),
  AvataaarEyes.happy(),
  AvataaarEyes.hearts(),
  AvataaarEyes.side(),
  AvataaarEyes.squint(),
  AvataaarEyes.surprised(),
  AvataaarEyes.wink(),
  AvataaarEyes.winkWacky(),
];