m11 static method
dynamic
m11(
- dynamic amount
Implementation
static m11(amount) => "${Intl.plural(amount, one: 'há um minuto', other: 'há ${amount} minutos')}";
static m11(amount) => "${Intl.plural(amount, one: 'há um minuto', other: 'há ${amount} minutos')}";