MessageDeltaContentTextAnnotationsFileCitation constructor
const
MessageDeltaContentTextAnnotationsFileCitation({})
Factory constructor for MessageDeltaContentTextAnnotationsFileCitation
Implementation
const factory MessageDeltaContentTextAnnotationsFileCitation({
/// The ID of the specific File the citation is from.
@JsonKey(name: 'file_id', includeIfNull: false) String? fileId,
/// The specific quote in the file.
@JsonKey(includeIfNull: false) String? quote,
}) = _MessageDeltaContentTextAnnotationsFileCitation;