m7 static method
dynamic
m7(
- dynamic amount
Implementation
static m7(amount) => "${Intl.plural(amount, one: 'en un mes', other: 'en ${amount} meses')}";
static m7(amount) => "${Intl.plural(amount, one: 'en un mes', other: 'en ${amount} meses')}";