dayData method

String dayData(
  1. int n
)

Implementation

String dayData(int n) => isChinese ? '$n 天活动数据' : '$n days of data';