m4 static method

dynamic m4(
  1. dynamic amount
)

Implementation

static m4(amount) => "${Intl.plural(amount, one: 'em um dia', other: 'em ${amount} dias')}";