ParsedYamlException constructor

ParsedYamlException(
  1. String message,
  2. YamlNode yamlNode, {
  3. Object? innerError,
})

Implementation

ParsedYamlException(
  String message,
  YamlNode this.yamlNode, {
  this.innerError,
}) :
      // TODO(kevmoo) remove when dart-lang/sdk#50756 is fixed!
      message = message.replaceAll(" of ' in type cast'", ' in type cast');