weekNumber method

String weekNumber(
  1. int n
)

Implementation

String weekNumber(int n) => isChinese ? '第 $n 周' : 'Week $n';