m16 static method
dynamic
m16(
- dynamic amount
Implementation
static m16(amount) => "${Intl.plural(amount, one: 'a week ago', other: '${amount} weeks ago')}";
static m16(amount) => "${Intl.plural(amount, one: 'a week ago', other: '${amount} weeks ago')}";