OnRefresh constructor

OnRefresh({
  1. required OnRefreshList action,
})

Implementation

OnRefresh({
  required this.action,
});