|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | WeeklyCollectionsEvent |
Functions | |
| const | LoadWeeklyCollectionsEvent ({ required this.userId, required this.startDate, required this.endDate, }) |
| const | ToggleCollectionSelectionEvent ({required this.collection}) |
Variables | |
| part of weekly_collections_bloc | dart |
| sealed class WeeklyCollectionsEvent extends Equatable | userId |
| final String | startDate |
| final String | endDate |
| override List< Object > get | props => [userId |
| class SearchWeeklyCollectionsEvent extends WeeklyCollectionsEvent | collection |
| const LoadWeeklyCollectionsEvent | ( | { required this.userId, required this.startDate, required this.endDate, } | ) |

| const ToggleCollectionSelectionEvent | ( | {required this.collection} | ) |

| class SearchWeeklyCollectionsEvent extends WeeklyCollectionsEvent collection |
| part of weekly_collections_bloc dart |
Definition at line 1 of file weekly_collections_event.dart.
| override List<Object> get endDate |
Definition at line 13 of file weekly_collections_event.dart.
Definition at line 22 of file weekly_collections_event.dart.
| override List<Object> get startDate |
Definition at line 12 of file weekly_collections_event.dart.
| sealed class WeeklyCollectionsEvent extends Equatable userId |