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