ReverseConverter class
Orchestrates the reverse conversion pipeline: read .yaml → parse → generate → write .dart.
Handles both single file and directory conversion with configurable output location.
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
-
reverseDirectory(
String dirPath, {String? outputDir, bool recursive = false}) → List< String> - Converts all .yaml files in a directory to .dart.
-
reverseFile(
String inputPath, {String? outputDir}) → String? - Converts a single .yaml file to .dart.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited