BlogPostBodyWrite constructor
BlogPostBodyWrite({
- BlogPostBodyWriteRepresentation? representation,
- String? value,
Implementation
BlogPostBodyWrite({this.representation, this.value});