getValue method

Map<String, String?> getValue()

Gets an map with values.

Returns the value of the map elements.

Implementation

Map<String, String?> getValue() {
  return _values;
}