Rect.fromJson(Map<String, dynamic> json) { height = json['height']; left = json['left']; top = json['top']; width = json['width']; }