ColorSet class abstract

Abstract class of a set of colors. Use this class if you want to to add another ColorSet element.

Implementers

Constructors

ColorSet()

Properties

c1 Color
no setter
c2 Color
no setter
c3 Color
no setter
c4 Color
no setter
c5 Color
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
white Color
final

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