The `yaml` package in Dart handles anchors fine for reading, but preserving them on write (for the YAML→JSON→YAML round-trip) is not documented.

If anyone's dealt with `yaml_writer` anchor preservation in Dart, send me a hint.

#flutterdev #dart