daysPlural abstract method

String daysPlural(
  1. num count
)

No description provided for @daysPlural.

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

Implementation

String daysPlural(num count);