CommentBodyWrite constructor

CommentBodyWrite({
  1. CommentBodyWriteRepresentation? representation,
  2. String? value,
})

Implementation

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