CameraDocumentResponse.fromJson constructor Null safety
Implementation
factory CameraDocumentResponse.fromJson(Map<String, dynamic> json) {
return CameraDocumentResponse(base64: json['result']);
}
factory CameraDocumentResponse.fromJson(Map<String, dynamic> json) {
return CameraDocumentResponse(base64: json['result']);
}