We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in the readme.md
readme.md
import 'package:yaml_edit/yaml_edit.dart'; void main() { final yamlEditor = YamlEditor('{YAML: YAML}'); yamlEditor.assign(['YAML'], "YAML Ain't Markup Language"); print(yamlEditor); // Expected output: // {YAML: YAML Ain't Markup Language} }
https://github.com/dart-lang/yaml_edit/blob/0ae689745e5796e12d77f93f7c2b2bfff7310489/README.md?plain=1#L14 but YamlEditor does not contains this method
YamlEditor
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
in the
readme.md
https://github.com/dart-lang/yaml_edit/blob/0ae689745e5796e12d77f93f7c2b2bfff7310489/README.md?plain=1#L14
but
YamlEditor
does not contains this methodThe text was updated successfully, but these errors were encountered: