getValueType method

dynamic getValueType()

Gets the type of array elements. Null means that elements may have any type.

Returns the type of array elements.

Implementation

dynamic getValueType() {
  return _valueType;
}