m5 static method
dynamic
m5(
- dynamic amount
Implementation
static m5(amount) => "${Intl.plural(amount, one: 'sau một giờ', other: 'sau ${amount} giờ')}";
static m5(amount) => "${Intl.plural(amount, one: 'sau một giờ', other: 'sau ${amount} giờ')}";