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