nYearsInSentence abstract method

String nYearsInSentence(
  1. num count
)

Label for the number of years

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

Implementation

String nYearsInSentence(num count);