Skip to main content

Comment constructor

Comment({String? text, String? createdAt, User? creator, String? post, String? likeCount})

Implementation

Comment({this.text, this.createdAt, this.creator, this.post, this.likeCount});