It returns the node's attributes It merges the default attributes with the current attributes
Map<String, dynamic> get getAttributes => { ..._globalDefaultAttributes, ..._defaultAttributes, ..._attributes, };