Converts this instance to a JSON map.
Map<String, dynamic> toJson() { return { 'uri': uri, 'rect': rect.toJson(), }; }