VehicleEstimation.fromJson constructor Null safety
- Map json
Implementation
VehicleEstimation.fromJson(Map json) {
vehicle = Vehicle.fromJson(json['vehicle']);
estimation = Estimation.fromJson(json['estimation']);
}
VehicleEstimation.fromJson(Map json) {
vehicle = Vehicle.fromJson(json['vehicle']);
estimation = Estimation.fromJson(json['estimation']);
}