functions property
Map<String, JsonWidgetFunction>
get
functions
Returns an unmodifiable reference to the internal set of functions.
Implementation
Map<String, JsonWidgetFunction> get functions => _functions;