withTopCount method
- int value
Replaces BarRaceConfig.topCount with value.
Implementation
BarRaceConfig withTopCount(int value) => copyWith(topCount: value);
Replaces BarRaceConfig.topCount with value.
BarRaceConfig withTopCount(int value) => copyWith(topCount: value);