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