ModelPaths constructor

const ModelPaths({
  1. String? handModel,
  2. String? emotionModel,
  3. String? animalModel,
  4. String? breedModel,
  5. String? poseModel,
})

Implementation

const ModelPaths({
  this.handModel,
  this.emotionModel,
  this.animalModel,
  this.breedModel,
  this.poseModel,
});