AvataaarGraphics.random constructor

AvataaarGraphics.random()

creates random AvataaarGraphics

Implementation

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