ContentBodyCreate constructor
ContentBodyCreate({
- required String value,
- required ContentBodyCreateRepresentation representation,
Implementation
ContentBodyCreate({required this.value, required this.representation});