getDate method

String getDate()

Retourns the weekday of a DateTime. Ex: monday, tuesday, wednesday, etc.

Implementation

String getDate() => DateFormat("EEEE").format(this);