SwiftDocCConvertRequestConvertRequest.LineStructureConvertRequest.LineA line of text in source code.struct LineTopicsInitializersinit(from: any Decoder) throwsinit(text: String, sourceRange: ConvertRequest.SourceRange?)Creates a line of text from source code.Instance Propertiesvar sourceRange: ConvertRequest.SourceRange?The line’s range in a document if available.var text: StringThe string contents of a line.