|
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 | CollectionsEvent |
Functions | |
| const | LoadCollectionsEvent ({ required this.userId, required this.notForToday, required this.type, }) |
| const | ValidateCollectionEvent ({ required this.collectionId, required this.userId }) |
Variables | |
| part of collections_bloc | dart |
| sealed class CollectionsEvent extends Equatable | userId |
| final bool | notForToday |
| final String | type |
| override List< Object > get | props => [userId |
| class UpdateCollectionStatusEvent extends CollectionsEvent | collectionId |
| const LoadCollectionsEvent | ( | { required this.userId, required this.notForToday, required this.type, } | ) |

| const ValidateCollectionEvent | ( | { required this.collectionId, required this.userId } | ) |

| class UpdateCollectionStatusEvent extends CollectionsEvent collectionId |
| part of collections_bloc dart |
Definition at line 1 of file collections_event.dart.
| override List< Object > get notForToday |
Definition at line 12 of file collections_event.dart.
Definition at line 22 of file collections_event.dart.
| override List< Object > get type |
Definition at line 13 of file collections_event.dart.
| override List<Object> get userId |
Definition at line 48 of file collections_event.dart.