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
final
nzBOP Color?
Bay of Plenty
final
nzCAN Color?
Canterbury
final
nzCIT Color?
Chatham Islands Territory
final
nzGIS Color?
Gisborne District
final
nzHKB Color?
Hawke's Bay
final
nzMBH Color?
Marlborough District
final
nzMWT Color?
Manawatu-Wanganui
final
nzNSN Color?
Nelson City
final
nzNTL Color?
Northland
final
nzOTA Color?
Otago
final
nzSTL Color?
Southland
final
nzTAS Color?
Tasman District
final
nzTKI Color?
Taranaki
final
nzWGN Color?
Wellington
final
nzWKO Color?
Waikato
final
nzWTC Color?
West Coast
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) SMapNewZealandColors