Flutter
source_span
SourceSpanMixin
length property
length
SourceSpanMixin class
Constructors
SourceSpanMixin
Properties
hashCode
length
sourceUrl
end
runtimeType
start
text
Methods
compareTo
highlight
message
toString
union
noSuchMethod
Operators
operator ==
length property
int
length
override
The length of this span, in characters.
Implementation
int get length => end.offset - start.offset;