nWeeks abstract method

String nWeeks(
  1. num count
)

Label for the number of weeks

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

Implementation

String nWeeks(num count);