ColorsOfMarch class

A data class containg the color values of the month of March.

  • The color hex codes provided in the manual are converted from 24 bit to 32 bit colors by adding the full bits of FF at the beginning of each color value.
Implemented types

Constructors

ColorsOfMarch()

Properties

calendarDays Iterable<int>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<int, int>
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited