Config class

Holds the configuration for the build process.

This class reads the configuration from the pubspec.yaml file. The configuration is cached for performance reasons.

Constructors

Config()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

appId String?
The application id.
no setter
appName String?
The application name.
no setter
appVersion String?
The application version.
no setter
buildNumber String?
The build number.
no setter
bundleId String?
The application bundle id.
no setter
execName String
The executable name for the application.
no setter