yamlBuilder property

String Function(Map<String, dynamic> json)? get yamlBuilder

Returns a function that builds a YAML string from a JSON map.

Subclasses should override this getter to supply their YAML builder, or set it externally, if applicable. If not provided, toYaml() will throw.

Implementation

String Function(Map<String, dynamic> json)? get yamlBuilder;