setRoot method

void setRoot(
  1. Root? root
)

Implementation

void setRoot(Root? root) {
  _root = root;
}