AppPackageMaker class Null safety

Constructors

AppPackageMaker()

Properties

configLoader MakeConfigLoader
read-only
hashCode int
The hash code for this object.
read-onlyinherited
isSupportedOnCurrentPlatform bool
read-only
name String
read-only
packageFormat String
read-only
platform String
read-only
requirements List<Command>
read-only
resultResolver MakeResultResolver
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

make(MakeConfig config) Future<MakeResult>
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