Comment constructor
Comment({
- DeveloperComment? developerComment,
- UserComment? userComment,
Implementation
Comment({this.developerComment, this.userComment});