menu
dartbowling package
documentation
scorer.dart
Scorer
addThrow method
addThrow method
dark_mode
light_mode
addThrow
method
void
addThrow
(
int
pins
)
Implementation
void addThrow(int pins) { _throws[_currentThrow++] = pins; }
dartbowling package
documentation
scorer
Scorer
addThrow method
Scorer class