get abstract method

dynamic get(
  1. 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);