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
final
caBC Color?
British Columbia
final
caMB Color?
Manitoba
final
caNB Color?
New Brunswick
final
caNL Color?
Newfoundland and Labrador
final
caNS Color?
Nova Scotia
final
caNT Color?
Northwest Territories
final
caNU Color?
Nunavut
final
caON Color?
Ontario
final
caPE Color?
Prince Edward Island
final
caQC Color?
Quebec
final
caSK Color?
Saskatchewan
final
caYT Color?
Yukon
final
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