BaseStatus.refreshing constructor

BaseStatus.refreshing()

Implementation

factory BaseStatus.refreshing() {
  return const BaseStatus(
    type: StatusType.refreshing,
  );
}