Peep constructor

Peep({
  1. required PeepAtom head,
  2. required PeepAtom face,
  3. required PeepAtom facialHair,
  4. required PeepAtom accessory,
})

Creates a new instance of Peep.

Implementation

factory Peep({
  required PeepAtom head,
  required PeepAtom face,
  required PeepAtom facialHair,
  required PeepAtom accessory,
}) = _Peep;