AvataaarMouth.random constructor
AvataaarMouth.random()
creates random AvataaarMouth
Implementation
factory AvataaarMouth.random() =>
AvataaarMouth.fromIndex(_random.nextInt(AvataaarMouth.all.length));
creates random AvataaarMouth
factory AvataaarMouth.random() =>
AvataaarMouth.fromIndex(_random.nextInt(AvataaarMouth.all.length));