Mobile constructor

Mobile({
  1. List<FaceModel>? faceModel,
  2. List<Model>? handModel,
})

Implementation

Mobile({
  this.faceModel,
  this.handModel,
});