m1 static method
dynamic
m1(
- dynamic amount
Implementation
static m1(amount) => "${Intl.plural(amount, one: 'hace un día', other: 'hace ${amount} días')}";
static m1(amount) => "${Intl.plural(amount, one: 'hace un día', other: 'hace ${amount} días')}";