SdkNotFoundException constructor

SdkNotFoundException(
  1. String sdkPath,
  2. Directory repoRoot, {
  3. Object? cause,
  4. StackTrace? causeStackTrace,
})

Implementation

SdkNotFoundException(
  this.sdkPath,
  this.repoRoot, {
  this.cause,
  this.causeStackTrace,
});