countAt method

int countAt(
  1. Level level
)

How many records sit exactly at level.

Implementation

int countAt(Level level) => at(level).length;