Motion constructor
const
Motion({})
Implementation
const Motion(
{this.floorsDescended = 0,
this.endDate,
this.floorsAscended = 0,
this.numberOfSteps = 0,
this.distance = 0,
this.startDate,
this.averageActivePace = 0,
this.currentPace = 0});