getHelperRegistry method

Map<String, DestinationArgumentFromJson> getHelperRegistry()

Get the current DestinationArgumentFromJson registry.

Implementation

Map<String, DestinationArgumentFromJson> getHelperRegistry() {
  return Map<String, DestinationArgumentFromJson>.unmodifiable(helpers);
}