setID method

void setID(
  1. String id
)

Implementation

void setID(String id) {
  _id = id;
  getMindMap()?.onChanged();
}