nYears abstract method

String nYears(
  1. num count
)

Label for the number of years

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

Implementation

String nYears(num count);