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