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