m15 static method
dynamic
m15(
- dynamic amount
Implementation
static m15(amount) => "${Intl.plural(amount, zero: '0 tuần', one: '1 tuần', other: '${amount} tuần')}";
static m15(amount) => "${Intl.plural(amount, zero: '0 tuần', one: '1 tuần', other: '${amount} tuần')}";