Defines a method for constructing a RootNodeInfo the describes how to build a state tree.
Libraries that provide high-level APIs for defining a state tree must implement this interface in order to translate the state tree as represented by the API into a RootNodeInfo that can be used by StateTreeBuilder to construct a state tree.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createRootNodeInfo(
) → RootNodeInfo - Creates a RootNodeInfo that can be used by StateTreeBuilder to build a state tree.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited