We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab33a commit d40975bCopy full SHA for d40975b
lib/headlines-feed/bloc/sources_filter_event.dart
@@ -61,17 +61,3 @@ class SourceCheckboxToggled extends SourcesFilterEvent {
61
@override
62
List<Object> get props => [sourceId, isSelected];
63
}
64
-
65
-/// {@template source_filter_followed_applied}
66
-/// Event triggered when the user's followed sources are applied as filters.
67
-/// {@endtemplate}
68
-final class SourceFilterFollowedApplied extends SourcesFilterEvent {
69
- /// {@macro source_filter_followed_applied}
70
- const SourceFilterFollowedApplied({required this.followedSources});
71
72
- /// The list of sources the user is following.
73
- final List<Source> followedSources;
74
75
- @override
76
- List<Object> get props => [followedSources];
77
-}
0 commit comments