SMapHaitiColors class

Constructors

SMapHaitiColors({Color? htSE, Color? htOU, Color? htND, Color? htNE, Color? htCE, Color? htAR, Color? htSD, Color? htNO, Color? htNI, Color? htGA})

Properties

hashCode int
The hash code for this object.
no setterinherited
htAR Color?
L'Artibonite
getter/setter pair
htCE Color?
Centre
getter/setter pair
htGA Color?
Grand'Anse
getter/setter pair
htND Color?
Nord
getter/setter pair
htNE Color?
Nord-Est
getter/setter pair
htNI Color?
Nippes
getter/setter pair
htNO Color?
Nord-Ouest
getter/setter pair
htOU Color?
Ouest
getter/setter pair
htSD Color?
Sud
getter/setter pair
htSE Color?
Sud-Est
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Color?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromMap(Map<String, Color?> map) SMapHaitiColors