Map<String, dynamic> toJson() { return { 'text': text, if (range != null) 'range': range!.toJson(), if (specificity != null) 'specificity': specificity!.toJson(), }; }