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