Mouth constructor

Mouth({
  1. required MouthType mouthType,
})

Implementation

Mouth({
  required this.mouthType,
});