weekName property

String? weekName

Week name

Implementation

String? get weekName {
  return format('EEEE');
}