commentList property
[List[<[Comment]>]] get commentList
comment list getter.
Implementation
List<Comment> get commentList => _commentlist;
- talawa
- comments_view_model
- CommentsViewModel
- commentList property
[List[<[Comment]>]] get commentList
comment list getter.
List<Comment> get commentList => _commentlist;