SMapNetherlandsColors class

Constructors

SMapNetherlandsColors({Color? nlDR, Color? nlFL, Color? nlFR, Color? nlGE, Color? nlGR, Color? nlLI, Color? nlNB, Color? nlNH, Color? nlOV, Color? nlUT, Color? nlZE, Color? nlZH})

Properties

hashCode int
The hash code for this object.
no setterinherited
nlDR Color?
Drenthe
getter/setter pair
nlFL Color?
Flevoland
getter/setter pair
nlFR Color?
Friesland
getter/setter pair
nlGE Color?
Gelderland
getter/setter pair
nlGR Color?
Groningen
getter/setter pair
nlLI Color?
Limburg
getter/setter pair
nlNB Color?
Noord-Brabant
getter/setter pair
nlNH Color?
Noord-Holland
getter/setter pair
nlOV Color?
Overijssel
getter/setter pair
nlUT Color?
Utrecht
getter/setter pair
nlZE Color?
Zeeland
getter/setter pair
nlZH Color?
Zuid-Holland
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) SMapNetherlandsColors