m15 static method

dynamic m15(
  1. dynamic amount
)

Implementation

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