CustomRefreshControllerValue<T> typedef

CustomRefreshControllerValue<T> = ({List<T> data, LoadStatus loadStatus})

Implementation

typedef CustomRefreshControllerValue<T> = ({
  List<T> data,
  LoadStatus loadStatus,
});