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