length property

int get length

Implementation

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