AvataaarNose.fromIndex constructor

AvataaarNose.fromIndex(
  1. int index
)

creates AvataaarNose based on the index found in AvataaarNose.all

Implementation

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