build method

  1. @override
Seed build(
  1. TreeContext context
)
override

Builds the child configuration. context is this branch's capability handle — never the branch itself.

Implementation

@override
Seed build(TreeContext context) => _state.build(context);