SMapNepalColors class

Constructors

SMapNepalColors({Color? npBA, Color? npBH, Color? npDH, Color? npGA, Color? npJA, Color? npKA, Color? npKO, Color? npLU, Color? npMA, Color? npME, Color? npNA, Color? npRA, Color? npSA, Color? npSE})

Properties

hashCode int
The hash code for this object.
no setterinherited
npBA Color?
Bagmati
getter/setter pair
npBH Color?
Bheri
getter/setter pair
npDH Color?
Dhawalagiri
getter/setter pair
npGA Color?
Gandaki
getter/setter pair
npJA Color?
Janakpur
getter/setter pair
npKA Color?
Karnali
getter/setter pair
npKO Color?
Koshi
getter/setter pair
npLU Color?
Lumbini
getter/setter pair
npMA Color?
Mahakali
getter/setter pair
npME Color?
Mechi
getter/setter pair
npNA Color?
Narayani
getter/setter pair
npRA Color?
Rapti
getter/setter pair
npSA Color?
Sagarmatha
getter/setter pair
npSE Color?
Seti
getter/setter pair
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) SMapNepalColors