PostCommentListLoaded constructor

const PostCommentListLoaded({
  1. bool? mightHaveMore,
  2. List<PostCommentModel?>? values = const [],
})

Implementation

const PostCommentListLoaded({this.mightHaveMore, this.values = const []});