AvataaarMouth.random constructor

AvataaarMouth.random()

creates random AvataaarMouth

Implementation

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