PackageConfigParseError constructor

PackageConfigParseError(
  1. String source, [
  2. Object? cause
])

Creates a new PackageConfigParseError with the given source and optional cause.

Implementation

PackageConfigParseError(this.source, [this.cause]);