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