StructBuilder typedef
StructBuilder =
void Function()
Callback used to invoke a struct builder's finish method.
This callback is used by other struct's finish
methods to write the nested
struct's fields inline.
Implementation
typedef StructBuilder = void Function();