m1 static method
dynamic
m1(
- dynamic amount
Implementation
static m1(amount) => "${Intl.plural(amount, one: 'vor 1 Tag', other: 'vor ${amount} Tagen')}";
static m1(amount) => "${Intl.plural(amount, one: 'vor 1 Tag', other: 'vor ${amount} Tagen')}";