ToolchainRegistry constructor
const
ToolchainRegistry({
- AndroidNdkToolchain? androidNdk,
- AppleSdkToolchain? appleSdk,
- MsvcToolchain? msvc,
- VcpkgToolchain? vcpkg,
Implementation
const ToolchainRegistry({
this.androidNdk,
this.appleSdk,
this.msvc,
this.vcpkg,
});