StepCount constructor

StepCount({
  1. int steps = 0,
})

Implementation

StepCount({this.steps = 0}) : super();