RefactorHelper class abstract

Helper class for refactoring operations.

This class provides utilities for renaming files and classes during code generation and refactoring operations. It handles the complex process of updating file names, class names, and references throughout a Flutter project.

Constructors

RefactorHelper()

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

renameFileAndClassName({required String pathDir, required String oldName, required String newName, List<String> exceptChanges = const [], List<String> exceptFiles = const [], List<String> exceptDirs = const []}) → void
Renames files and updates class names throughout a directory.