m8 static method
dynamic
m8(
- dynamic amount
Implementation
static m8(amount) => "${Intl.plural(amount, one: 'trong một tuần', other: 'sau ${amount} tuần')}";
static m8(amount) => "${Intl.plural(amount, one: 'trong một tuần', other: 'sau ${amount} tuần')}";