OutputLocation class Null safety
The location to write the build outputs.
- Implemented types
Constructors
- OutputLocation([dynamic updates(OutputLocationBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hoist → bool
-
Whether to hoist the build output.
read-only
- output → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- useSymlinks → bool
-
Whether to use symlinks for build outputs.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(OutputLocationBuilder)) → OutputLocation -
Rebuilds the instance.
inherited
-
toBuilder(
) → OutputLocationBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
OutputLocation> -
read-only