Desktop constructor

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

Implementation

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