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

Go to the source code of this file.

Classes

class  Equatable
class  CollectionsState

Functions

const CollectionsLoaded ({required this.collections})
const CollectionStatusUpdateSuccess ({required this.resCollectionStatusEntity})
const CancellationReasonsLoaded ({required this.reasons})
const CollectionValidationSuccess ({required this.isValid})

Variables

part of collections_bloc dart
sealed class CollectionsState extends Equatable collections
override List< Object > get props => [collections]
class CollectionsError extends CollectionsState resCollectionStatusEntity
class CollectionStatusUpdateError extends CollectionsState reasons
class CancellationReasonsError extends CollectionsState isValid

Function Documentation

◆ CancellationReasonsLoaded()

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

◆ CollectionsLoaded()

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

◆ CollectionStatusUpdateSuccess()

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

◆ CollectionValidationSuccess()

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

Variable Documentation

◆ collections

sealed class CollectionsState extends Equatable collections

◆ dart

part of collections_bloc dart

Definition at line 1 of file collections_state.dart.

◆ isValid

class CancellationReasonsError extends CollectionsState isValid

◆ props

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

Definition at line 22 of file collections_state.dart.

◆ reasons

class CollectionStatusUpdateError extends CollectionsState reasons

◆ resCollectionStatusEntity

class CollectionsError extends CollectionsState resCollectionStatusEntity