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

Go to the source code of this file.

Classes

class  Equatable
class  CollectionsInformationEvent

Functions

const SendCollectionInformationEvent ({ required this.id, required this.collectionRequest, required this.volumeDeclared, required this.volumeCollected, required this.recoveredDrum, required this.depositedDrum, required this.userId, required this.reference, required this.address, required this.restaurant, required this.restaurantId, this.note, })
const SendCollectionPaymentEvent ({ required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, })
const GetCollectionPaymentModeListEvent ({ required this.restaurentId, })

Variables

part of collections_information_bloc dart
sealed class CollectionsInformationEvent extends Equatable id
final String collectionRequest
final String volumeDeclared
final String volumeCollected
final String recoveredDrum
final String depositedDrum
final String userId
final String reference
final String note
final String address
final String restaurant
final int restaurantId
override List< Object > get props => [userId
final String invoiceDateDue
final String signatureImage
final int paymentModeId
final int contactId
class GetCollectionContactListEvent extends CollectionsInformationEvent restaurentId

Function Documentation

◆ GetCollectionPaymentModeListEvent()

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

◆ SendCollectionInformationEvent()

const SendCollectionInformationEvent ( { required this.id, required this.collectionRequest, required this.volumeDeclared, required this.volumeCollected, required this.recoveredDrum, required this.depositedDrum, required this.userId, required this.reference, required this.address, required this.restaurant, required this.restaurantId, this.note, } )
Here is the caller graph for this function:

◆ SendCollectionPaymentEvent()

const SendCollectionPaymentEvent ( { required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, } )
Here is the caller graph for this function:

Variable Documentation

◆ address

final String address

Definition at line 20 of file collections_information_event.dart.

◆ collectionRequest

override List< Object > get collectionRequest

Definition at line 12 of file collections_information_event.dart.

◆ contactId

override List< Object > get contactId

Definition at line 80 of file collections_information_event.dart.

◆ dart

part of collections_information_bloc dart

Definition at line 1 of file collections_information_event.dart.

◆ depositedDrum

override List< Object > get depositedDrum

Definition at line 16 of file collections_information_event.dart.

◆ id

override List<Object> get id

Definition at line 40 of file collections_information_event.dart.

◆ invoiceDateDue

override List< Object > get invoiceDateDue

Definition at line 76 of file collections_information_event.dart.

◆ note

override List< Object > get note

Definition at line 19 of file collections_information_event.dart.

◆ paymentModeId

override List<Object> get paymentModeId

Definition at line 79 of file collections_information_event.dart.

◆ props

override List<Object> get props => [userId

Definition at line 40 of file collections_information_event.dart.

◆ recoveredDrum

override List< Object > get recoveredDrum

Definition at line 15 of file collections_information_event.dart.

◆ reference

final String reference

Definition at line 18 of file collections_information_event.dart.

◆ restaurant

final String restaurant

Definition at line 21 of file collections_information_event.dart.

◆ restaurantId

final int restaurantId

Definition at line 22 of file collections_information_event.dart.

◆ restaurentId

class GetCollectionContactListEvent extends CollectionsInformationEvent restaurentId

◆ signatureImage

override List< Object > get signatureImage

Definition at line 78 of file collections_information_event.dart.

◆ userId

final int userId

Definition at line 17 of file collections_information_event.dart.

◆ volumeCollected

override List< Object > get volumeCollected

Definition at line 14 of file collections_information_event.dart.

◆ volumeDeclared

override List< Object > get volumeDeclared

Definition at line 13 of file collections_information_event.dart.