withCount property

int get withCount

Implementation

int get withCount {
  return withItems?.length ?? 0;
}