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

Go to the source code of this file.

Classes

class  Equatable
class  CollectionsInformationState

Functions

const CollectionsInformationLoaded ({required this.confirmation})
const CollectionConfirmationLoaded ({required this.confirmation})
const CollectionPaymentLoaded ({required this.isDone})
const CollectionContactListLoaded ({required this.contacts})
const CollectionContactListError ({required this.failure})
const CollectionLowRatingReasonsLoaded ({required this.reasons})
const CollectionPaymentModeListLoaded ({required this.paymentModes})
const CollectionRatingSuccess ({required this.isDone})

Variables

part of collections_information_bloc dart
sealed class CollectionsInformationState extends Equatable confirmation
override List< Object > get props => [confirmation]
class CollectionConfirmationError extends CollectionsInformationState isDone
class CollectionPaymentError extends CollectionsInformationState contacts
class CollectionContactListLoading extends CollectionsInformationState failure
class CollectionLowRatingReasonsInitial extends CollectionsInformationState reasons
class CollectionLowRatingReasonsError extends CollectionsInformationState paymentModes

Function Documentation

◆ CollectionConfirmationLoaded()

const CollectionConfirmationLoaded ( {required this.confirmation} )
Here is the caller graph for this function:

◆ CollectionContactListError()

const CollectionContactListError ( {required this.failure} )
Here is the caller graph for this function:

◆ CollectionContactListLoaded()

const CollectionContactListLoaded ( {required this.contacts} )
Here is the caller graph for this function:

◆ CollectionLowRatingReasonsLoaded()

const CollectionLowRatingReasonsLoaded ( {required this.reasons} )
Here is the caller graph for this function:

◆ CollectionPaymentLoaded()

const CollectionPaymentLoaded ( {required this.isDone} )
Here is the caller graph for this function:

◆ CollectionPaymentModeListLoaded()

const CollectionPaymentModeListLoaded ( {required this.paymentModes} )
Here is the caller graph for this function:

◆ CollectionRatingSuccess()

const CollectionRatingSuccess ( {required this.isDone} )
Here is the caller graph for this function:

◆ CollectionsInformationLoaded()

const CollectionsInformationLoaded ( {required this.confirmation} )
Here is the caller graph for this function:

Variable Documentation

◆ confirmation

class CollectionsInformationError extends CollectionsInformationState confirmation

◆ contacts

class CollectionPaymentError extends CollectionsInformationState contacts

◆ dart

part of collections_information_bloc dart

Definition at line 1 of file collections_information_state.dart.

◆ failure

class CollectionContactListLoading extends CollectionsInformationState failure

◆ isDone

class CollectionPaymentModeListError extends CollectionsInformationState isDone

◆ paymentModes

class CollectionLowRatingReasonsError extends CollectionsInformationState paymentModes

◆ props

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

Definition at line 20 of file collections_information_state.dart.

◆ reasons

class CollectionLowRatingReasonsInitial extends CollectionsInformationState reasons