getValueType method - DataAttributesBase class - mapview.datasource library - Dart API
getValueType
getValueType abstract method
- String name
Returns the value type of an attribute or null if it is not contained.
nameAttribute name.
Returns DataAttributeValueValueType?. Attribute value type or null if it is not contained.
Implementation
DataAttributeValueValueType? getValueType(String name);