m4 static method
dynamic
m4(
- dynamic amount
Implementation
static m4(amount) => "${Intl.plural(amount, one: 'trong ngày mai', other: 'sau ${amount} ngày')}";
static m4(amount) => "${Intl.plural(amount, one: 'trong ngày mai', other: 'sau ${amount} ngày')}";