getDayName method

String getDayName()

Implementation

String getDayName() {
  return _local[language]!['days']![wkDay]!;
}