count property

int get count

Implementation

int get count => offsets.isEmpty ? 0 : offsets.length - 1;