Converts to JSON.
@override Map<String, dynamic> toJson() => { 'type': 'file_path', 'text': text, 'file_path': filePath.toJson(), 'start_index': startIndex, 'end_index': endIndex, };