dayMap method

List<String> dayMap()

Implementation

List<String> dayMap() {
  return [
    TIM_t("昨天"),
    TIM_t("前天"),
  ];
}