build method
Builds the child configuration. context is this branch's capability
handle — never the branch itself.
Implementation
@override
Seed build(TreeContext context) => _state.build(context);
Builds the child configuration. context is this branch's capability
handle — never the branch itself.
@override
Seed build(TreeContext context) => _state.build(context);