weekdayNameShort property

String get weekdayNameShort

Gets the short name of the weekday.

Implementation

String get weekdayNameShort => locale.weekdaysShort[weekday % 7];