CommentRequest constructor
CommentRequest({
- CommentType? entityType,
- int? entityId,
- String? body,
Implementation
CommentRequest({
this.entityType,
this.entityId,
this.body,
});