fromJson static method
override
Implementation
static CheckPointDefect? fromJson(Map<String, dynamic> json) {
try {
return _$CheckPointDefectFromJson(json);
} catch (e) {
debugPrint("error while parsing CheckPointDefect: $e");
}
return null;
}