getWeekShortStr method

String getWeekShortStr([
  1. MiniLocalType localType = MiniLocalType.zh
])

Implementation

String getWeekShortStr([MiniLocalType localType = MiniLocalType.zh]) =>
    i18nObjInLocal(localType)['weekShortList'][weekday % 7];