Attr.fromJson(Map<String, dynamic> json) { x = json['x']; y = json['y']; h = json['h']; w = json['w']; }