Initial commit
This commit is contained in:
8
lib/src/ui/bloc/anime_list_state.dart
Normal file
8
lib/src/ui/bloc/anime_list_state.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
part of 'anime_list_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class AnimeListState with _$AnimeListState {
|
||||
factory AnimeListState({
|
||||
@Default([]) List<AnimeTrackingData> animes,
|
||||
}) = _AnimeListState;
|
||||
}
|
||||
Reference in New Issue
Block a user