defaultRootKey constant

StateKey const defaultRootKey

The key identifying the root state that is implicitly added to a state tree, if the StateTreeBuilder.new constructor is used.

Implementation

static const StateKey defaultRootKey = StateKey('<!RootState!>');