withNoop method

Implementation

JsonWidgetInternalFunctionsBuilder withNoop() {
  functions[NoopFunction.key] = NoopFunction.body;
  return this;
}