Aamva constructor

Aamva({
  1. int? aamvaVersion,
  2. BodyPart? bodyPart,
})

Implementation

Aamva({
    this.aamvaVersion,
    this.bodyPart,
});