m7 static method

dynamic m7(
  1. dynamic amount
)

Implementation

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