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