articleSort function

dynamic articleSort({
  1. bool isFindInEmpty = false,
})

Implementation

articleSort({bool isFindInEmpty = false}){
  _count = 20;
  _articleSort(isFindInEmpty: isFindInEmpty);
}