defaults static method
Implementation
static Map<String, JsonWidgetFunction> defaults() {
return JsonWidgetInternalFunctionsBuilder()
.withDynamic()
.withForEach()
.withLength()
.withLog()
.withNavigateNamed()
.withNavigatePop()
.withNoop()
.withRemoveValue()
.withSetValue()
.build();
}