weekdaysShort property

List<String> get weekdaysShort

Gets the list of short weekday names.

Implementation

List<String> get weekdaysShort => List.unmodifiable(_locale.weekdaysShort);