attributes property

  1. @override
Map<String, dynamic> attributes
override

The attributes of the GeoElement as a collection of name/value pairs.

Implementation

@override
Map<String, dynamic> get attributes => _attributes.value;