withCount property

int get withCount
inherited

Implementation

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