m3 static method

dynamic m3(
  1. dynamic amount
)

Implementation

static m3(amount) => "${Intl.plural(amount, one: 'há uma hora', other: 'há ${amount} horas')}";