completionRate method

String completionRate(
  1. int month
)

Implementation

String completionRate(int month) =>
    isChinese ? '$month月完成率' : 'Month $month Completion';