RelativeTimeConfig constructor

const RelativeTimeConfig({
  1. RelativeTimeThresholds thresholds = const RelativeTimeThresholds(),
  2. bool withoutSuffix = false,
  3. bool addSuffix = true,
})

Implementation

const RelativeTimeConfig({
  this.thresholds = const RelativeTimeThresholds(),
  this.withoutSuffix = false,
  this.addSuffix = true,
});