weekdayNameMin property
String
get
weekdayNameMin
Gets the minimal name of the weekday.
Implementation
String get weekdayNameMin => locale.weekdaysMin[weekday % 7];
Gets the minimal name of the weekday.
String get weekdayNameMin => locale.weekdaysMin[weekday % 7];