onBuilderMissing property
This function gets called when a node failed to deserialize due to a missing builder
The nodeJSON in question is given as a parameter
Implementation
final Function(Map nodeJSON)? onBuilderMissing;
This function gets called when a node failed to deserialize due to a missing builder
The nodeJSON in question is given as a parameter
final Function(Map nodeJSON)? onBuilderMissing;