count property

int get count

Implementation

int get count => isEmpty ? 0 : end - start + 1;