days top-level constant

List<String> const days

Implementation

const List<String> days = ['Sun', 'Mon', 'Tue', 'Wed', 'Thur', 'Fri', 'Sat'];