CommandApplyStaleGeneration constructor

const CommandApplyStaleGeneration(
  1. int expected,
  2. int actual
)

Implementation

const CommandApplyStaleGeneration(this.expected, this.actual);