DestinationWithMovedStepCount constructor
- {int wantToMoveCount,
- int movedCount,
- LifeStepEntity destination}
Implementation
const DestinationWithMovedStepCount({
  this.wantToMoveCount,
  this.movedCount,
  this.destination,
});const DestinationWithMovedStepCount({
  this.wantToMoveCount,
  this.movedCount,
  this.destination,
});