spanCount property
int
get
spanCount
Gets the number of spans in the buffer.
Implementation
int get spanCount => _spans.length;
Gets the number of spans in the buffer.
int get spanCount => _spans.length;