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