Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
weekly_collections_event.dart File Reference

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

Function Documentation

◆ LoadWeeklyCollectionsEvent()

const LoadWeeklyCollectionsEvent ( { required this.userId, required this.startDate, required this.endDate, } )
Here is the caller graph for this function:

◆ ToggleCollectionSelectionEvent()

const ToggleCollectionSelectionEvent ( {required this.collection} )
Here is the caller graph for this function:

Variable Documentation

◆ collection

class SearchWeeklyCollectionsEvent extends WeeklyCollectionsEvent collection

◆ dart

part of weekly_collections_bloc dart

Definition at line 1 of file weekly_collections_event.dart.

◆ endDate

override List<Object> get endDate

Definition at line 13 of file weekly_collections_event.dart.

◆ props

override List<Object> get props => [userId

Definition at line 22 of file weekly_collections_event.dart.

◆ startDate

override List<Object> get startDate

Definition at line 12 of file weekly_collections_event.dart.

◆ userId

sealed class WeeklyCollectionsEvent extends Equatable userId