SMapAustriaColors class

Constructors

SMapAustriaColors({Color? at1, Color? at2, Color? at3, Color? at4, Color? at6, Color? at5, Color? at7, Color? at8, Color? at9})

Properties

at1 Color?
Burgenland
getter/setter pair
at2 Color?
Carinthia
getter/setter pair
at3 Color?
Lower Austria
getter/setter pair
at4 Color?
Upper Austria
getter/setter pair
at5 Color?
Salzburg
getter/setter pair
at6 Color?
Styria
getter/setter pair
at7 Color?
Tyrol
getter/setter pair
at8 Color?
Vorarlberg
getter/setter pair
at9 Color?
Vienna
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) SMapAustriaColors