count method

int count(
  1. T value
)

Implementation

int count(T value) => _elements[value] ?? 0;