m4 static method
dynamic
m4(
- dynamic amount
Implementation
static m4(amount) => "${Intl.plural(amount, one: 'dans un jour', other: 'dans ${amount} jours')}";
static m4(amount) => "${Intl.plural(amount, one: 'dans un jour', other: 'dans ${amount} jours')}";