m12 static method
dynamic
m12(
- dynamic amount
Implementation
static m12(amount) => "${Intl.plural(amount, zero: '0 tháng', one: '1 tháng', other: '${amount} tháng')}";
static m12(amount) => "${Intl.plural(amount, zero: '0 tháng', one: '1 tháng', other: '${amount} tháng')}";