weekdayNameShort property
String
get
weekdayNameShort
Gets the short name of the weekday.
Implementation
String get weekdayNameShort => locale.weekdaysShort[weekday % 7];
Gets the short name of the weekday.
String get weekdayNameShort => locale.weekdaysShort[weekday % 7];