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