fromJson static method
override
Implementation
static InspectionLocation? fromJson(Map<String, dynamic> json) {
try {
return _$InspectionLocationFromJson(json);
} catch (e) {
//debugPrint(e.toString());
}
return null;
}
static InspectionLocation? fromJson(Map<String, dynamic> json) {
try {
return _$InspectionLocationFromJson(json);
} catch (e) {
//debugPrint(e.toString());
}
return null;
}