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