getValue method - DataAttributesBase class - mapview.datasource library - Dart API
getValue
getValue abstract method
- String name
Gets the DataAttributeValue or null if it is not contained.
nameAttribute name.
Returns DataAttributeValue?. Attribute value.
Implementation
DataAttributeValue? getValue(String name);