changeAttributes method

NodeBuilder changeAttributes(
  1. Map<String, dynamic> attributes
)

Implementation

NodeBuilder changeAttributes(Map<String, dynamic> attributes) =>
    change(attributes: attributes);