|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
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 |
| const CollectionConfirmationLoaded | ( | {required this.confirmation} | ) |

| const CollectionContactListError | ( | {required this.failure} | ) |

| const CollectionContactListLoaded | ( | {required this.contacts} | ) |

| const CollectionLowRatingReasonsLoaded | ( | {required this.reasons} | ) |

| const CollectionPaymentLoaded | ( | {required this.isDone} | ) |

| const CollectionPaymentModeListLoaded | ( | {required this.paymentModes} | ) |

| const CollectionRatingSuccess | ( | {required this.isDone} | ) |

| const CollectionsInformationLoaded | ( | {required this.confirmation} | ) |

| class CollectionsInformationError extends CollectionsInformationState confirmation |
| class CollectionPaymentError extends CollectionsInformationState contacts |
| part of collections_information_bloc dart |
Definition at line 1 of file collections_information_state.dart.
| class CollectionContactListLoading extends CollectionsInformationState failure |
| class CollectionPaymentModeListError extends CollectionsInformationState isDone |
| class CollectionLowRatingReasonsError extends CollectionsInformationState paymentModes |
| override List<Object> get props => [confirmation] |
Definition at line 20 of file collections_information_state.dart.
| class CollectionLowRatingReasonsInitial extends CollectionsInformationState reasons |