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
final
npBH Color?
Bheri
final
npDH Color?
Dhawalagiri
final
npGA Color?
Gandaki
final
npJA Color?
Janakpur
final
npKA Color?
Karnali
final
npKO Color?
Koshi
final
npLU Color?
Lumbini
final
npMA Color?
Mahakali
final
npME Color?
Mechi
final
npNA Color?
Narayani
final
npRA Color?
Rapti
final
npSA Color?
Sagarmatha
final
npSE Color?
Seti
final
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