ToolchainRegistry constructor

const ToolchainRegistry({
  1. AndroidNdkToolchain? androidNdk,
  2. AppleSdkToolchain? appleSdk,
  3. MsvcToolchain? msvc,
  4. VcpkgToolchain? vcpkg,
})

Implementation

const ToolchainRegistry({
  this.androidNdk,
  this.appleSdk,
  this.msvc,
  this.vcpkg,
});