RelativeTimeConfig constructor
const
RelativeTimeConfig({})
Implementation
const RelativeTimeConfig({
this.abbreviated = false,
this.capitalize = false,
this.useToday = false,
this.nowThresholdSeconds,
this.pastPrefix = 'ago',
this.futurePrefix = 'in',
this.formatters,
});