get abstract method
- String key
Gets a map element specified by its key.
key
a key of the element to get. Return the value of the map element.
Implementation
dynamic get(String key);
Gets a map element specified by its key.
key
a key of the element to get.
Return the value of the map element.dynamic get(String key);