unregisterCustomBuilder method
Removes a registered type from the custom registry and returns the
associated builder, if one exists. If the type is not registered then
this will null.
Implementation
JsonWidgetBuilderContainer? unregisterCustomBuilder(String type) =>
_customBuilders.remove(type);