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