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