m18 static method
dynamic
m18(
- dynamic amount
Implementation
static m18(amount) => "${Intl.plural(amount, one: 'vor einem Jahr', other: 'vor ${amount} Jahren')}";
static m18(amount) => "${Intl.plural(amount, one: 'vor einem Jahr', other: 'vor ${amount} Jahren')}";