build method
Implementation
TYamlFile build({
TYamlBuilder<T>? yamlBuilder,
}) =>
(yamlBuilder ?? this.yamlBuilder)?.call(writeable, buildDocument()) ?? '';
TYamlFile build({
TYamlBuilder<T>? yamlBuilder,
}) =>
(yamlBuilder ?? this.yamlBuilder)?.call(writeable, buildDocument()) ?? '';