m13 static method
dynamic
m13(
- dynamic amount
Implementation
static m13(amount) => "${Intl.plural(amount, one: 'há um mês', other: 'há ${amount} meses')}";
static m13(amount) => "${Intl.plural(amount, one: 'há um mês', other: 'há ${amount} meses')}";