weekNameSort property

String? weekNameSort

Week name sort

Implementation

String? get weekNameSort {
  return format('EEE');
}