Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
VehicleCheckEntity Class Reference

Private Member Functions

const VehicleCheckModel ({ required super.userId, required super.type, super.vehicleId, })
factory VehicleCheckModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
factory VehicleCheckModel checkIn ({ required int userId, required int vehicleId, })
factory VehicleCheckModel checkOut ({ required int userId, })
factory VehicleCheckModel fromEntity (VehicleCheckEntity entity)
const VehicleCheckEntity ({ required this.userId, required this.type, this.vehicleId, })

Private Attributes

final int userId
final String type
final int vehicleId

Detailed Description

Definition at line 3 of file vehicle_check_model.dart.

Constructor & Destructor Documentation

◆ VehicleCheckEntity()

const VehicleCheckEntity::VehicleCheckEntity ( { required this.userId, required this.type, this.vehicleId, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ checkIn()

factory VehicleCheckModel VehicleCheckEntity::checkIn ( { required int userId, required int vehicleId, } )
inlineprivate

Definition at line 31 of file vehicle_check_model.dart.

Here is the call graph for this function:

◆ checkOut()

factory VehicleCheckModel VehicleCheckEntity::checkOut ( { required int userId, } )
inlineprivate

Definition at line 42 of file vehicle_check_model.dart.

Here is the call graph for this function:

◆ fromEntity()

factory VehicleCheckModel VehicleCheckEntity::fromEntity ( VehicleCheckEntity entity)
inlineprivate

Definition at line 51 of file vehicle_check_model.dart.

Here is the call graph for this function:

◆ fromJson()

factory VehicleCheckModel VehicleCheckEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 10 of file vehicle_check_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > VehicleCheckEntity::toJson ( )
inlineprivate

Definition at line 18 of file vehicle_check_model.dart.

◆ VehicleCheckModel()

const VehicleCheckEntity::VehicleCheckModel ( { required super.userId, required super.type, super.vehicleId, } )
private
Here is the caller graph for this function:

Member Data Documentation

◆ type

final String VehicleCheckEntity::type
private

Definition at line 3 of file vehicle_check_entity.dart.

◆ userId

final int VehicleCheckEntity::userId
private

Definition at line 2 of file vehicle_check_entity.dart.

◆ vehicleId

final int VehicleCheckEntity::vehicleId
private

Definition at line 4 of file vehicle_check_entity.dart.


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