menu
dartbowling package
documentation
game.dart
Game
scoreForFrame method
scoreForFrame method
dark_mode
light_mode
scoreForFrame
method
int
scoreForFrame
(
int
theFrame
)
Implementation
int scoreForFrame(int theFrame) { return scorer.scoreForFrame(theFrame); }
dartbowling package
documentation
game
Game
scoreForFrame method
Game class