ChangeBuilder class abstract

A class for modifying

Constructors

ChangeBuilder()

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

addDartFileEdit(void buildFileEdit(DartFileEditBuilder builder), {ImportPrefixGenerator importPrefixGenerator, String? customPath}) → void
Use the buildFileEdit function to create a collection of edits to the currently analyzed file. The edits will be added to the source change that is being built.
addGenericFileEdit(void buildFileEdit(FileEditBuilder builder), {String? customPath}) → void
Use the buildFileEdit function to create a collection of edits to the currently analyzed file. The edits will be added to the source change that is being built.
addYamlFileEdit(void buildFileEdit(YamlFileEditBuilder builder), String? customPath) → void
Use the buildFileEdit function to create a collection of edits to the currently analyzed file. The edits will be added to the source change that is being built.
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