m5 static method
dynamic
m5(
- dynamic amount
Implementation
static m5(amount) => "${Intl.plural(amount, one: 'dans une heure', other: 'dans ${amount} heures')}";
static m5(amount) => "${Intl.plural(amount, one: 'dans une heure', other: 'dans ${amount} heures')}";