getRoot method

dynamic getRoot()

Implementation

getRoot() {
  return localRoot ?? mixer.root;
}