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