SMapNewZealandColors class

Constructors

SMapNewZealandColors({Color? nzAUK, Color? nzBOP, Color? nzCAN, Color? nzCIT, Color? nzGIS, Color? nzHKB, Color? nzMBH, Color? nzMWT, Color? nzNSN, Color? nzNTL, Color? nzOTA, Color? nzSTL, Color? nzTAS, Color? nzTKI, Color? nzWKO, Color? nzWGN, Color? nzWTC})

Properties

hashCode int
The hash code for this object.
no setterinherited
nzAUK Color?
Auckland
getter/setter pair
nzBOP Color?
Bay of Plenty
getter/setter pair
nzCAN Color?
Canterbury
getter/setter pair
nzCIT Color?
Chatham Islands Territory
getter/setter pair
nzGIS Color?
Gisborne District
getter/setter pair
nzHKB Color?
Hawke's Bay
getter/setter pair
nzMBH Color?
Marlborough District
getter/setter pair
nzMWT Color?
Manawatu-Wanganui
getter/setter pair
nzNSN Color?
Nelson City
getter/setter pair
nzNTL Color?
Northland
getter/setter pair
nzOTA Color?
Otago
getter/setter pair
nzSTL Color?
Southland
getter/setter pair
nzTAS Color?
Tasman District
getter/setter pair
nzTKI Color?
Taranaki
getter/setter pair
nzWGN Color?
Wellington
getter/setter pair
nzWKO Color?
Waikato
getter/setter pair
nzWTC Color?
West Coast
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) SMapNewZealandColors