BuilderHook typedef

BuilderHook = void Function(bool, dynamic)

Builder hook function type. The bool parameter is set to true if the encoded entity can be used as a map key.

Implementation

typedef BuilderHook = void Function(bool, dynamic);