Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
CheckInOutState Class Reference
Collaboration diagram for CheckInOutState:

Private Member Functions

const CheckInOutSuccessState ({required this.session})
const GetAvailableVehiclesSuccessState ({required this.vehicles})
const SendVehicleCheckSuccessState ({required this.success})

Private Attributes

final SessionEntity session
final List< VehicleEntityvehicles
final bool success
override List< Object > get props => [success]

Detailed Description

Definition at line 19 of file check_in_out_state.dart.

Member Function Documentation

◆ CheckInOutSuccessState()

const CheckInOutState::CheckInOutSuccessState ( {required this.session} )
private

◆ GetAvailableVehiclesSuccessState()

const CheckInOutState::GetAvailableVehiclesSuccessState ( {required this.vehicles} )
private

◆ SendVehicleCheckSuccessState()

const CheckInOutState::SendVehicleCheckSuccessState ( {required this.success} )
private

Member Data Documentation

◆ props

override List<Object> get CheckInOutState::props => [success]
private

Definition at line 51 of file check_in_out_state.dart.

◆ session

final SessionEntity CheckInOutState::session
private

Definition at line 20 of file check_in_out_state.dart.

◆ success

final bool CheckInOutState::success
private

Definition at line 47 of file check_in_out_state.dart.

◆ vehicles

final List<VehicleEntity> CheckInOutState::vehicles
private

Definition at line 32 of file check_in_out_state.dart.


The documentation for this class was generated from the following file: