length property

int length

Implementation

int get length => _single != null ? 1 : _segments!.length;