m16 static method
dynamic
m16(
- dynamic amount
Implementation
static m16(amount) => "${Intl.plural(amount, one: 'vor einer Woche', other: 'vor ${amount} Wochen')}";
static m16(amount) => "${Intl.plural(amount, one: 'vor einer Woche', other: 'vor ${amount} Wochen')}";