CCompilerConfig class final

The configuration for a C toolchain.

Constructors

CCompilerConfig.new({required Uri archiver, required Uri compiler, required Uri linker, WindowsCCompilerConfig? windows})
Constructs a new CCompilerConfig based on the given toolchain tools.

Properties

archiver Uri
Path to a native archiver.
final
compiler Uri
Path to a C compiler.
final
hashCode int
The hash code for this object.
no setteroverride
linker Uri
Path to a native linker.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
windows WindowsCCompilerConfig
Configuration provided when CodeConfig.targetOS is OS.windows.
no setter

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.
override