m14 static method
dynamic
m14(
- dynamic amount
Implementation
static m14(amount) => "${Intl.plural(amount, zero: 'zero seconds', one: 'one second', other: '${amount} seconds')}";
static m14(amount) => "${Intl.plural(amount, zero: 'zero seconds', one: 'one second', other: '${amount} seconds')}";