weekdayNamesShort property

List<String> get weekdayNamesShort

Implementation

List<String> get weekdayNamesShort => isChinese
    ? const ['一', '二', '三', '四', '五', '六', '日']
    : const ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'];