BlogPostBodyWrite constructor

BlogPostBodyWrite({
  1. BlogPostBodyWriteRepresentation? representation,
  2. String? value,
})

Implementation

BlogPostBodyWrite({this.representation, this.value});