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