nMonthsInSentence abstract method

String nMonthsInSentence(
  1. num count
)

Label for the number of months

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

Implementation

String nMonthsInSentence(num count);