lives property

int lives

Implementation

int get lives => _lives;
void lives=(int value)

Implementation

set lives(int value) {
  _lives = value;
  notifyListeners();
}