AppState constructor

AppState({
  1. int step = 0,
})

Implementation

AppState({this.step = 0});