BoundingBox.fromJson(Map<String, dynamic> json) { bottomRight = json['bottom_right'].cast<int>(); topLeft = json['top_left'].cast<int>(); }