AvataaarEyes.random constructor

AvataaarEyes.random()

creates random AvataaarEyes

Implementation

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