hoursPlural abstract method

String hoursPlural(
  1. num count
)

No description provided for @hoursPlural.

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

Implementation

String hoursPlural(num count);