m13 static method

dynamic m13(
  1. dynamic amount
)

Implementation

static m13(amount) => "${Intl.plural(amount, one: 'một tháng trước', other: '${amount} tháng trước')}";