recreate method

  1. @override
JsonWidgetData recreate([
  1. JsonWidgetRegistry? newRegistry
])
override

Recreates the data object based on the updated values and function responces from the registry. This should only be called within the framework itself, external code should not need to call this.

Implementation

@override
JsonWidgetData recreate([JsonWidgetRegistry? newRegistry]) => data.recreate(
      registry,
    );