RelativeTimeThresholds constructor

const RelativeTimeThresholds({
  1. int seconds = 44,
  2. int minutes = 44,
  3. int hours = 21,
  4. int days = 25,
  5. int months = 10,
})

Implementation

const RelativeTimeThresholds({
  this.seconds = 44,
  this.minutes = 44,
  this.hours = 21,
  this.days = 25,
  this.months = 10,
});