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
final
nlFL Color?
Flevoland
final
nlFR Color?
Friesland
final
nlGE Color?
Gelderland
final
nlGR Color?
Groningen
final
nlLI Color?
Limburg
final
nlNB Color?
Noord-Brabant
final
nlNH Color?
Noord-Holland
final
nlOV Color?
Overijssel
final
nlUT Color?
Utrecht
final
nlZE Color?
Zeeland
final
nlZH Color?
Zuid-Holland
final
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