withTopCount method

BarRaceConfig withTopCount(
  1. int value
)

Replaces BarRaceConfig.topCount with value.

Implementation

BarRaceConfig withTopCount(int value) => copyWith(topCount: value);