getValueType method

dynamic getValueType()

Gets the type of map values. Null means that values may have any type.

Returns the type of map values.

Implementation

dynamic getValueType() {
  return _valueType;
}