BodyType copyWith({String? representation, String? value}) { return BodyType( representation: representation ?? this.representation, value: value ?? this.value, ); }