nDays abstract method

String nDays(
  1. num count
)

Label for the number of days

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

Implementation

String nDays(num count);