getValueType abstract method

DataAttributeValueValueType? getValueType(
  1. String name
)

Returns the value type of an attribute or null if it is not contained.

  • name Attribute name.

Returns DataAttributeValueValueType?. Attribute value type or null if it is not contained.

Implementation

DataAttributeValueValueType? getValueType(String name);