@Jsconst mixin Thunk
Thunk wraps a function implementation
Call the function with given args
abstract Obj? callList(Obj?[]? args)
Call the function with given args. Must be called within context