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