AvataaarSkin.fromIndex constructor

AvataaarSkin.fromIndex(
  1. int index
)

creates AvataaarSkin based on the index found in AvataaarSkin.all

Implementation

factory AvataaarSkin.fromIndex(int index) =>
    AvataaarSkin.all.elementAt(index);