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