DestinationWithMovedStepCount constructor

const DestinationWithMovedStepCount(
  1. {int wantToMoveCount,
  2. int movedCount,
  3. LifeStepEntity destination}
)

Implementation

const DestinationWithMovedStepCount({
  this.wantToMoveCount,
  this.movedCount,
  this.destination,
});