m8 static method
dynamic
m8(
- dynamic amount
Implementation
static m8(amount) => "${Intl.plural(amount, one: 'em uma semana', other: 'em ${amount} semanas')}";
static m8(amount) => "${Intl.plural(amount, one: 'em uma semana', other: 'em ${amount} semanas')}";