DartBomOptions class

Constructors

DartBomOptions({String? source, String target = './pubspec.yaml', bool useOverrideFile = true, bool writeFiles = false, bool backupFiles = true, bool overwritePathDependencies = false, bool overwriteDependencyOverrides = true})
const

Properties

backupFiles bool
final
hashCode int
The hash code for this object.
no setterinherited
overwriteDependencyOverrides bool
final
overwritePathDependencies bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
no setter
target String
final
useOverrideFile bool
Whether to write project dependencies into an overrides file
final
writeFiles bool
final

Methods

copyWith({String? source, String? target, bool? writeFiles, bool? overwritePathDependencies, bool? overwriteDependencyOverrides, bool? backupFiles, bool? useOverrideFile}) DartBomOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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