BodyPart constructor
BodyPart({})
Implementation
BodyPart({
required this.id,
required this.name,
required this.arName,
required this.outlineBody,
required this.bodyPart,
this.cachedImage,
this.image
});