m1 static method

dynamic m1(
  1. dynamic amount
)

Implementation

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