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