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