weekdayNameMin property

String get weekdayNameMin

Gets the minimal name of the weekday.

Implementation

String get weekdayNameMin => locale.weekdaysMin[weekday % 7];