m11 static method
dynamic
m11(
- dynamic amount
Implementation
static m11(amount) => "${Intl.plural(amount, one: 'vor einer Minute', other: 'vor ${amount} Minuten')}";
static m11(amount) => "${Intl.plural(amount, one: 'vor einer Minute', other: 'vor ${amount} Minuten')}";