factory BodyType.fromJson(Map<String, Object?> json) { return BodyType( representation: json[r'representation'] as String?, value: json[r'value'] as String?, ); }