plantTree static method

dynamic plantTree(
  1. TimberTree tree
)

Adds a tree to Timber

Implementation

static plantTree(TimberTree tree) {
  _tree = tree;
}