m1 static method
dynamic
m1(
- dynamic amount
Implementation
static m1(amount) => "${Intl.plural(amount, one: 'há um dia', other: 'há ${amount} dias')}";
static m1(amount) => "${Intl.plural(amount, one: 'há um dia', other: 'há ${amount} dias')}";