menu
pip_services4_components
pip_services4_components
Context
get method
get
brightness_4
brightness_5
get
method
@
override
dynamic
get
(
String
key
)
override
Gets a map element specified by its key.
key
a key of the element to get. Return the value of the map element.
Implementation
@override get(String key) { return _values.get(key); }
pip_services4_components
pip_services4_components
Context
get method
Context class
Constructors
Context
Properties
hashCode
runtimeType
Methods
get
noSuchMethod
toString
Operators
operator ==
Static methods
fromConfig
fromTraceId
fromTuples
fromValue