setId method

NodeBuilder setId(
  1. String id
)

Implementation

NodeBuilder setId(String id) => setAttribute('id', id);