dayNames property

List<String> get dayNames

Names of each day of the week.

Implementation

List<String> get dayNames => _dayNames;