Steps constructor

Steps({
  1. String? count,
  2. ObservationTimeInterval? interval,
})

Implementation

Steps({this.count, this.interval});