BodyType constructor

BodyType({
  1. String? representation,
  2. String? value,
})

Implementation

BodyType({this.representation, this.value});