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