attributes property

Map<String, String> attributes
inherited

Implementation

Map<String, String> get attributes => node.attributes.map((key, value) {
      return MapEntry(key.toString(), value);
    });