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
final
sg02 Color?
North East
final
sg03 Color?
North West
final
sg04 Color?
South East
final
sg05 Color?
South West
final

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