CCompilerConfig class abstract final

The configuration for a C toolchain.

Constructors

CCompilerConfig({Uri? archiver, Uri? compiler, Uri? linker, Uri? envScript, List<String>? envScriptArgs})
factory

Properties

archiver Uri?
Path to a native archiver.
no setter
compiler Uri?
Path to a C compiler.
no setter
envScript Uri?
Path to script that sets environment variables for compiler, linker, and archiver.
no setter
envScriptArgs List<String>?
Arguments for envScript.
no setter
hashCode int
The hash code for this object.
no setterinherited
linker Uri?
Path to a native linker.
no setter
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