dayName property

String get dayName

Gets day name (Monday, Tuesday, etc.)

Implementation

String get dayName => DateFormat('EEEE').format(this);