PartDirectionMeta constructor

const PartDirectionMeta({
  1. required String type,
  2. required String title,
  3. required dynamic image3DPath,
  4. required List<double> relativePosition,
  5. required List<double> verticalRelativePosition,
  6. required String chassisPath,
  7. required String kiaChassisPath,
  8. required String innovaChassisPath,
  9. required String viosChassisPath,
  10. required String ceratoChassisPath,
})

Implementation

const PartDirectionMeta({
  required this.type,
  required this.title,
  required this.image3DPath,
  required this.relativePosition,
  required this.verticalRelativePosition,
  required this.chassisPath,
  required this.kiaChassisPath,
  required this.innovaChassisPath,
  required this.viosChassisPath,
  required this.ceratoChassisPath,
});