SMapAustraliaColors class

Constructors

SMapAustraliaColors({Color? auNT, Color? auWA, Color? auACT, Color? auNSW, Color? auSA, Color? auVIC, Color? auQLD, Color? auTAS})

Properties

auACT Color?
Australian Capital Territory
getter/setter pair
auNSW Color?
New South Wales
getter/setter pair
auNT Color?
Northern Territory
getter/setter pair
auQLD Color?
Queensland
getter/setter pair
auSA Color?
South Australia
getter/setter pair
auTAS Color?
Tasmania
getter/setter pair
auVIC Color?
Victoria
getter/setter pair
auWA Color?
Western Australia
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) SMapAustraliaColors