AddSecondValueState constructor

const AddSecondValueState(
  1. int day,
  2. int month,
  3. int year,
  4. String secondDate,
  5. int firstDateForComparision,
  6. ETC currentMoment,
)

Implementation

const AddSecondValueState(
  this.day,
  this.month,
  this.year,
  this.secondDate,
  this.firstDateForComparision,
  super.currentMoment,
);