weekdaysCourse property

List<String> weekdaysCourse

Implementation

List<String> get weekdaysCourse => <String>[
      mon,
      tue,
      wed,
      thu,
      fri,
      sat,
      sun,
    ];