withForEach method

Implementation

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