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