menu
Flutter
source_span
SourceSpanMixin
length property
length
brightness_4
brightness_5
length
property
@
override
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