m13 static method

dynamic m13(
  1. dynamic amount
)

Implementation

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