factory CPDFRectF.fromJson(Map<String, dynamic> json) { return CPDFRectF(json['left'], json['top'], json['right'], json['bottom']); }