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
final
auNSW Color?
New South Wales
final
auNT Color?
Northern Territory
final
auQLD Color?
Queensland
final
auSA Color?
South Australia
final
auTAS Color?
Tasmania
final
auVIC Color?
Victoria
final
auWA Color?
Western Australia
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) SMapAustraliaColors