length property

  1. @override
int length

The length of this span, in characters.

Implementation

@override
int get length => _inner.length;