AvataaarSkin.fromIndex constructor
AvataaarSkin.fromIndex(
- int index
creates AvataaarSkin based on the index found in AvataaarSkin.all
Implementation
factory AvataaarSkin.fromIndex(int index) =>
AvataaarSkin.all.elementAt(index);