SMapCanadaColors class

Constructors

SMapCanadaColors({Color? caAB, Color? caBC, Color? caMB, Color? caNB, Color? caNL, Color? caNS, Color? caNT, Color? caNU, Color? caON, Color? caPE, Color? caQC, Color? caSK, Color? caYT})

Properties

caAB Color?
Alberta
getter/setter pair
caBC Color?
British Columbia
getter/setter pair
caMB Color?
Manitoba
getter/setter pair
caNB Color?
New Brunswick
getter/setter pair
caNL Color?
Newfoundland and Labrador
getter/setter pair
caNS Color?
Nova Scotia
getter/setter pair
caNT Color?
Northwest Territories
getter/setter pair
caNU Color?
Nunavut
getter/setter pair
caON Color?
Ontario
getter/setter pair
caPE Color?
Prince Edward Island
getter/setter pair
caQC Color?
Quebec
getter/setter pair
caSK Color?
Saskatchewan
getter/setter pair
caYT Color?
Yukon
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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) SMapCanadaColors