FluentNodeDecoder typedef

FluentNodeDecoder = FNode Function(Map<String, dynamic> json, FluentPluginRegistry registry)

Implementation

typedef FluentNodeDecoder = FNode Function(
  Map<String, dynamic> json,
  FluentPluginRegistry registry,
);