The ErrorListener class is never exported from package:yaml/yaml.dart and requires importing from package:yaml/src/error_listener.dart manually, even though the load* functions accept an instance of it, clearly implying it is meant to be publicly available.
The
ErrorListenerclass is never exported frompackage:yaml/yaml.dartand requires importing frompackage:yaml/src/error_listener.dartmanually, even though theload*functions accept an instance of it, clearly implying it is meant to be publicly available.