PluginVersionCheckResult constructor

PluginVersionCheckResult(
  1. bool isCompatible,
  2. String name,
  3. String version,
  4. List<String> interestingFiles, {
  5. String? contactInfo,
})

Implementation

PluginVersionCheckResult(
    this.isCompatible, this.name, this.version, this.interestingFiles,
    {this.contactInfo});