yearsPlural abstract method

String yearsPlural(
  1. num count
)

No description provided for @yearsPlural.

In ar, this message translates to: '{count,plural, =0{} =1{عام واحد} =2{عامين} few{{count} أعوام} other{{count} عام}}'

Implementation

String yearsPlural(num count);