BuildConfigBuilder class final

Inheritance
Available extensions

Constructors

BuildConfigBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
json Map<String, Object?>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

computeChecksum() String
Constructs a checksum for a BuildConfig.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupBuildConfig({required bool dryRun, required bool linkingEnabled, Map<String, Metadata> metadata = const {}}) → void
setupBuildRunConfig({required Uri outputDirectory, required Uri outputDirectoryShared}) → void
setupHookConfig({required Uri packageRoot, required String packageName, required OS targetOS, required List<String> supportedAssetTypes, required BuildMode? buildMode}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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