source property

List<SourceSpan> source
finalinherited

The source is a list of the segments of Markdown string. A segment does not mean a line of string, it does not matter if a segment is a single or multiple lines of string, also multiple segments may belong to the same line of string.

Implementation

final List<SourceSpan> source;