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

Go to the source code of this file.

Classes

class  Equatable

Functions

const LoadPendingCollectionsEvent ({ required this.userId, })

Variables

part of pending_collections_bloc dart
sealed class PendingCollectionsEvent extends Equatable userId
override List< Object > get props => [userId]

Function Documentation

◆ LoadPendingCollectionsEvent()

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

Variable Documentation

◆ dart

part of pending_collections_bloc dart

Definition at line 1 of file pending_collections_event.dart.

◆ props

override List<Object> get props => [userId]

Definition at line 18 of file pending_collections_event.dart.

◆ userId

sealed class PendingCollectionsEvent extends Equatable userId