Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
unloading_state.dart File Reference
import package;
import equatable.dart;
import domain;
import entities;
import unloading_collection_entity.dart;
import unloading_history_entity.dart;
import warehouse_responsible_entity.dart;
Include dependency graph for unloading_state.dart:

Go to the source code of this file.

Classes

class  Equatable
class  UnloadingState

Functions

const UnloadingError ({required this.message})
const HistoryUnloadingLoaded ({required this.history})
const GetWarehouseResponsibleError ({required this.message})
const SendUnloadingError ({required this.message})

Variables

abstract class UnloadingState extends Equatable message
override List< Object?> get props => [message]
class PendingUnloadingCollectionsLoaded extends UnloadingState history

Function Documentation

◆ GetWarehouseResponsibleError()

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

◆ HistoryUnloadingLoaded()

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

◆ SendUnloadingError()

const SendUnloadingError ( {required this.message} )

◆ UnloadingError()

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

Variable Documentation

◆ history

class PendingUnloadingCollectionsLoaded extends UnloadingState history

◆ message

class SendUnloadingSuccess extends UnloadingState message

◆ props

override List<Object?> get props => [message]

Definition at line 24 of file unloading_state.dart.