effectiveCount property

int get effectiveCount

Implementation

int get effectiveCount => count == 0 ? 1 : count;