m15 static method
dynamic
m15(
- dynamic amount
Implementation
static m15(amount) => "${Intl.plural(amount, zero: 'null Wochen', one: 'eine Woche', other: '${amount} Wochen')}";
static m15(amount) => "${Intl.plural(amount, zero: 'null Wochen', one: 'eine Woche', other: '${amount} Wochen')}";