Apply suggestions from code review

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/9/head
Erick 4 years ago committed by GitHub
parent 4ccd172b4f
commit 9fc554927d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ class GameState extends Equatable {
/// Determines when the game is over.
bool get isGameOver => balls == 0;
/// Determines when player has only one chance left.
/// Determines when the player has only one ball left.
bool get isLastBall => balls == 1;
GameState copyWith({

Loading…
Cancel
Save