PostCommentListUpdated constructor

const PostCommentListUpdated({
  1. List<PostCommentModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const PostCommentListUpdated({this.value, this.mightHaveMore});