MakeConfig class Null safety
Constructors
Properties
- appBuildName → String
-
read-only
- appBuildNumber → String
-
read-only
- appName → String
-
read-only
- appVersion → Version
-
read-only
- artifactName ↔ String?
-
https://mustache.github.io/mustache.5.html
read / write
- buildMode ↔ String
-
read / write
- buildOutputDirectory ↔ Directory
-
read / write
-
buildOutputFiles
↔ List<
File> -
read / write
- channel ↔ String?
-
read / write
- flavor ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isInstaller ↔ bool
-
read / write
- outputDirectory ↔ Directory
-
read / write
- outputFile → File
-
read-only
- packageFormat ↔ String
-
read / write
- packagingDirectory → Directory
-
read-only
- platform ↔ String
-
read / write
- pubspec → Pubspec
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
copyWith(
MakeConfig makeConfig) → MakeConfig -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited