Flutter
source_span
SourceSpanWithContext
context property
context
SourceSpanWithContext class
Constructors
SourceSpanWithContext
Properties
context
end
hashCode
length
runtimeType
sourceUrl
start
text
Methods
compareTo
highlight
message
noSuchMethod
toString
union
Operators
operator ==
context property
String
context
Text around the span, which includes the line containing this span.
Implementation
String get context => _context;