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

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

Function Documentation

◆ LoadCollectionsEvent()

const LoadCollectionsEvent ( { required this.userId, required this.notForToday, required this.type, } )
Here is the caller graph for this function:

◆ ValidateCollectionEvent()

const ValidateCollectionEvent ( { required this.collectionId, required this.userId } )
Here is the caller graph for this function:

Variable Documentation

◆ collectionId

class UpdateCollectionStatusEvent extends CollectionsEvent collectionId

◆ dart

part of collections_bloc dart

Definition at line 1 of file collections_event.dart.

◆ notForToday

override List< Object > get notForToday

Definition at line 12 of file collections_event.dart.

◆ props

override List<Object> get props => [userId

Definition at line 22 of file collections_event.dart.

◆ type

override List< Object > get type

Definition at line 13 of file collections_event.dart.

◆ userId

override List<Object> get userId

Definition at line 48 of file collections_event.dart.