last static method

String last(
  1. String weekday
)

Implementation

static String last(String weekday) => "Last $weekday";