m6 static method
dynamic
m6(
- dynamic amount
Implementation
static m6(amount) => "${Intl.plural(amount, one: 'sau 1 phĂșt', other: 'sau ${amount} phĂșt')}";
static m6(amount) => "${Intl.plural(amount, one: 'sau 1 phĂșt', other: 'sau ${amount} phĂșt')}";