m18 static method

dynamic m18(
  1. dynamic amount
)

Implementation

static m18(amount) => "${Intl.plural(amount, one: 'một năm trước', other: '${amount} năm trước')}";