m7 static method
dynamic
m7(
- dynamic amount
Implementation
static m7(amount) => "${Intl.plural(amount, one: 'trong tháng sau', other: 'sau ${amount} tháng')}";
static m7(amount) => "${Intl.plural(amount, one: 'trong tháng sau', other: 'sau ${amount} tháng')}";