MmPostList constructor
MmPostList({})
Returns a new MmPostList instance.
Implementation
MmPostList({
this.order = const [],
this.posts = const {},
this.nextPostId,
this.prevPostId,
this.hasNext,
});
Returns a new MmPostList instance.
MmPostList({
this.order = const [],
this.posts = const {},
this.nextPostId,
this.prevPostId,
this.hasNext,
});