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