attributes property

Map<String, Attribute> attributes

Attributes returned by the search operation.

This is a Map from the String name of the attribute to an Attribute object.

Implementation

Map<String, Attribute> get attributes => _attributes;