SnakeGameModel constructor
SnakeGameModel({})
Implementation
SnakeGameModel(
{this.number,
this.stateOfItem,
this.id,
this.mainNumber,
this.isCorrect = false,
this.isZero = false,
this.isSelected = false,
this.numberWillShowStick});