BuildSettings class

Constructors

BuildSettings({required Directory directory, BuildPlatform platform = BuildPlatform.undefined, BuildType type = BuildType.undefined, String? envFilePath, String? outputDirPath, Set<String> neededEnvKeys = const {}, Map<String, String> initialEnv = const {}, String? flutterExecutable})
const

Properties

directory Directory
final
envFilePath String?
final
flutterExecutable String?
final
hashCode int
The hash code for this object.
no setterinherited
initialEnv Map<String, String>
final
neededEnvKeys Set<String>
final
outputDirPath String?
final
platform BuildPlatform
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type BuildType
final

Methods

copyWith({Directory? directory, BuildPlatform? platform, BuildType? type, String? envFilePath}) BuildSettings
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