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