CommentBodyWrite constructor
CommentBodyWrite({
- CommentBodyWriteRepresentation? representation,
- String? value,
Implementation
CommentBodyWrite({this.representation, this.value});