withRemoveValue method

Implementation

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