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

Private Member Functions

const VehicleModel ({ required super.id, required super.licensePlate, required super.name, required super.vinSn, })
factory VehicleModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
factory VehicleModel fromEntity (VehicleEntity entity)
const VehicleEntity ({ required this.id, required this.licensePlate, required this.name, required this.vinSn, })

Private Attributes

final int id
final String licensePlate
final String name
final String vinSn

Detailed Description

Definition at line 3 of file vehicle_model.dart.

Constructor & Destructor Documentation

◆ VehicleEntity()

const VehicleEntity::VehicleEntity ( { required this.id, required this.licensePlate, required this.name, required this.vinSn, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromEntity()

factory VehicleModel VehicleEntity::fromEntity ( VehicleEntity entity)
inlineprivate

Definition at line 29 of file vehicle_model.dart.

Here is the call graph for this function:

◆ fromJson()

factory VehicleModel VehicleEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 11 of file vehicle_model.dart.

Here is the call graph for this function:

◆ toJson()

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

Definition at line 20 of file vehicle_model.dart.

◆ VehicleModel()

const VehicleEntity::VehicleModel ( { required super.id, required super.licensePlate, required super.name, required super.vinSn, } )
private
Here is the caller graph for this function:

Member Data Documentation

◆ id

final int VehicleEntity::id
private

Definition at line 2 of file vehicle_entity.dart.

◆ licensePlate

final String VehicleEntity::licensePlate
private

Definition at line 3 of file vehicle_entity.dart.

◆ name

final String VehicleEntity::name
private

Definition at line 4 of file vehicle_entity.dart.

◆ vinSn

final String VehicleEntity::vinSn
private

Definition at line 5 of file vehicle_entity.dart.


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