weekdayLong method

String weekdayLong(
  1. int weekday
)

Implementation

String weekdayLong(int weekday) => weekdayNamesLong[(weekday - 1) % 7];