Map<String, dynamic> toJson() { final boundingBox = this.boundingBox; return { if (boundingBox != null) 'BoundingBox': boundingBox, }; }