|
| 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, }) |
Definition at line 3 of file vehicle_model.dart.
◆ VehicleEntity()
| const VehicleEntity::VehicleEntity |
( |
{ required this.id, required this.licensePlate, required this.name, required this.vinSn, } | | ) |
|
|
private |
◆ fromEntity()
◆ fromJson()
◆ toJson()
| Map< String, dynamic > VehicleEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ VehicleModel()
| const VehicleEntity::VehicleModel |
( |
{ required super.id, required super.licensePlate, required super.name, required super.vinSn, } | | ) |
|
|
private |
◆ id
| final int VehicleEntity::id |
|
private |
◆ licensePlate
| final String VehicleEntity::licensePlate |
|
private |
◆ name
| final String VehicleEntity::name |
|
private |
◆ vinSn
| final String VehicleEntity::vinSn |
|
private |
The documentation for this class was generated from the following files: