FeatureProcessor class

Processes features within the Json2Dart generation workflow

This processor handles individual feature processing, including page generation, cleanup, and file management for each feature.

Constructors

FeatureProcessor({required PageProcessor pageProcessor, required FileOperationService fileService, bool verbose = false})

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
processFeature({required String featurePath, required String featureName, required dynamic featureConfig, required Json2DartConfig globalConfig, required String projectName}) Future<bool>
Processes a single feature
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited