call method

TreeNode call([
  1. TreeBuildContext? context
])

Creates the root node of the state tree.

Implementation

TreeNode call([TreeBuildContext? context]) => _build(context ?? TreeBuildContext());