factory BarcodeCornerPoint.fromJson(Map<String, dynamic> json) => BarcodeCornerPoint( x: json["x"], y: json["y"], );