weekend constant

List<int> const weekend

Implementation

static const List<int> weekend = <int>[
  DateTime.saturday,
  DateTime.sunday,
];