ContentBodyCreate constructor

ContentBodyCreate({
  1. required String value,
  2. required ContentBodyCreateRepresentation representation,
})

Implementation

ContentBodyCreate({required this.value, required this.representation});