PartsMask constructor

PartsMask({
  1. required String masksPath,
  2. required String category,
  3. required List<double> boxes,
  4. required String vehiclePartName,
  5. required double scores,
  6. required String maskUrl,
  7. required bool isPart,
  8. required Color color,
})

Implementation

PartsMask({
  required this.masksPath,
  required this.category,
  required this.boxes,
  required this.vehiclePartName,
  required this.scores,
  required this.maskUrl,
  required this.isPart,
  required this.color,
});