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

Go to the source code of this file.

Classes

class  Equatable
class  CollectionsToScheduleEvent

Functions

const CreateDriverCollectionEvent ({ required this.request, required this.startDate, required this.endDate, required this.driverId, })

Variables

part of collections_to_schedule_bloc dart
abstract class CollectionsToScheduleEvent extends Equatable request
final String startDate
final String endDate
final int driverId
override List< Object > get props => [request

Function Documentation

◆ CreateDriverCollectionEvent()

const CreateDriverCollectionEvent ( { required this.request, required this.startDate, required this.endDate, required this.driverId, } )
Here is the caller graph for this function:

Variable Documentation

◆ dart

part of collections_to_schedule_bloc dart

Definition at line 1 of file collections_to_schedule_event.dart.

◆ driverId

override List< Object > get driverId

Definition at line 14 of file collections_to_schedule_event.dart.

◆ endDate

override List< Object > get endDate

Definition at line 13 of file collections_to_schedule_event.dart.

◆ props

override List<Object> get props => [request

Definition at line 24 of file collections_to_schedule_event.dart.

◆ request

abstract class CollectionsToScheduleEvent extends Equatable request

◆ startDate

override List< Object > get startDate

Definition at line 12 of file collections_to_schedule_event.dart.