BaseStatus.loading constructor

BaseStatus.loading()

Implementation

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