SMapSingaporeColors class

Constructors

SMapSingaporeColors({Color? sg01, Color? sg02, Color? sg03, Color? sg04, Color? sg05})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sg01 Color?
Central Singapore
getter/setter pair
sg02 Color?
North East
getter/setter pair
sg03 Color?
North West
getter/setter pair
sg04 Color?
South East
getter/setter pair
sg05 Color?
South West
getter/setter pair

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) SMapSingaporeColors