m14 static method
dynamic
m14(
- dynamic amount
Implementation
static m14(amount) => "${Intl.plural(amount, zero: '0 giây', one: '1 giây', other: '${amount} giây')}";
static m14(amount) => "${Intl.plural(amount, zero: '0 giây', one: '1 giây', other: '${amount} giây')}";