values constant
A list of all Month instances in order (January to December).
Implementation
static const List<Month> values = [
january,
february,
march,
april,
may,
june,
july,
august,
september,
october,
november,
december,
];