nDaysInSentence abstract method

String nDaysInSentence(
  1. num count
)

Label for the number of days

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

Implementation

String nDaysInSentence(num count);