Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
collection_requests_history_event.dart
Go to the documentation of this file.
1part of 'collection_requests_history_bloc.dart';
2
6
9 final String partnerId;
10 const LoadOnGoingCollectionRequestsEvent({required this.partnerId});
11}
12
13final class LoadCompletedCollectionRequestsEvent
15 final String? partnerId;
16
18 required this.partnerId,
19 // required this.filter,
20 // this.startDate,
21 // this.endDate,
22 });
23}
static AppLocalizations of(BuildContext context)
const LoadCompletedCollectionRequestsEvent({ required this.partnerId, })
final num partnerId
const LoadOnGoingCollectionRequestsEvent({required this.partnerId})