selectedCount method

String selectedCount(
  1. int n
)

Implementation

String selectedCount(int n) =>
    isChinese ? '已选择 $n 天' : '$n day${n > 1 ? 's' : ''} selected';