attributes property
override
The attributes of the GeoElement as a collection of name/value pairs.
Implementation
@override
Map<String, dynamic> get attributes => _attributes.value;
The attributes of the GeoElement as a collection of name/value pairs.
@override
Map<String, dynamic> get attributes => _attributes.value;