cache_state.dart 97 Bytes
part of 'cache_bloc.dart';

sealed class CacheState {}

class CacheInitial extends CacheState {}