Desktop constructor

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

Implementation

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