strTimeDays method

String strTimeDays(
  1. Object time
)

{time} days ago

Implementation

String strTimeDays(Object time) {
  return Intl.message(
    '$time days ago',
    name: 'strTimeDays',
    desc: '',
    args: [time],
  );
}