PostSortChangedEvent constructor Null safety
- {PostSort sortBy = PostSort.hot,
- PostSortSince sortSince = PostSortSince.none}
Implementation
PostSortChangedEvent({
this.sortBy = PostSort.hot,
this.sortSince = PostSortSince.none,
});
PostSortChangedEvent({
this.sortBy = PostSort.hot,
this.sortSince = PostSortSince.none,
});