m13 static method

dynamic m13(
  1. dynamic amount
)

Implementation

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