YamlHelper class abstract
Helper class for YAML file operations.
This class provides utilities for loading, validating, and saving YAML files, particularly for morpheme.yaml configuration files.
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  loadFileYaml(String path) → Map 
- Loads and parses a YAML file.
- 
  saveFileYaml(String path, Map map) → void 
- Saves data to a YAML file.
- 
  validateMorphemeYaml([String? morphemeYaml]) → void 
- Validates the existence of a morpheme.yaml file.