m2 static method
dynamic
m2(
- dynamic amount
Implementation
static m2(amount) => "${Intl.plural(amount, zero: 'null Stunden', one: '1 Stunde', other: '${amount} Stunden')}";
static m2(amount) => "${Intl.plural(amount, zero: 'null Stunden', one: '1 Stunde', other: '${amount} Stunden')}";