m7 static method

dynamic m7(
  1. dynamic amount
)

Implementation

static m7(amount) => "${Intl.plural(amount, one: 'trong tháng sau', other: 'sau ${amount} tháng')}";