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