AvataaarMouth.fromIndex constructor

AvataaarMouth.fromIndex(
  1. int index
)

creates AvataaarMouth based on the index found in AvataaarMouth.all

Implementation

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