total property

int total

Implementation

int get total => byType.values.map((e) => e.length).sum;