AppBuilder class Null safety

Implementers

Constructors

AppBuilder()

Properties

appBuildName String
read-only
appBuildNumber String
read-only
appName String
read-only
appVersion Version
read-only
buildSubcommand String
read-only
hashCode int
The hash code for this object.
read-onlyinherited
isSupportedOnCurrentPlatform bool
read-only
platform String
read-only
pubspec Pubspec
read-only
resultResolver BuildResultResolver
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

build({required Map<String, dynamic> arguments}) Future<BuildResult>
match(String platform, [String? target]) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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