withRemoveValue method
Implementation
JsonWidgetInternalFunctionsBuilder withRemoveValue() {
functions[RemoveValueFunction.key] = RemoveValueFunction.body;
return this;
}
JsonWidgetInternalFunctionsBuilder withRemoveValue() {
functions[RemoveValueFunction.key] = RemoveValueFunction.body;
return this;
}