PartDirectionMeta class

Constructors

PartDirectionMeta({required String type, required String title, required dynamic image3DPath, required List<double> relativePosition, required List<double> verticalRelativePosition, required String chassisPath, required String kiaChassisPath, required String innovaChassisPath, required String viosChassisPath, required String ceratoChassisPath})
const
PartDirectionMeta.fromJson(Map<String, dynamic> json)
factory

Properties

ceratoChassisPath String
final
chassisPath String
final
hashCode int
The hash code for this object.
no setterinherited
image3DPath → dynamic
final
innovaChassisPath String
final
kiaChassisPath String
final
relativePosition List<double>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
type String
final
verticalRelativePosition List<double>
final
viosChassisPath String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited