nMonths abstract method

String nMonths(
  1. num count
)

Label for the number of months

In en, this message translates to: '{count, plural, =1{one month} other{{count} months}}'

Implementation

String nMonths(num count);