PostSortChangedEvent constructor Null safety

PostSortChangedEvent(
  1. {PostSort sortBy = PostSort.hot,
  2. PostSortSince sortSince = PostSortSince.none}
)

Implementation

PostSortChangedEvent({
  this.sortBy = PostSort.hot,
  this.sortSince = PostSortSince.none,
});