fullDayName static method

String fullDayName(
  1. DateTime d
)

Implementation

static String fullDayName(DateTime d) => _fullDayName.format(d);