m8 static method
dynamic
m8(
- dynamic amount
Implementation
static m8(amount) => "${Intl.plural(amount, one: 'in a week', other: 'in ${amount} weeks')}";
static m8(amount) => "${Intl.plural(amount, one: 'in a week', other: 'in ${amount} weeks')}";