PackageSwiftValidation constructor

PackageSwiftValidation({
  1. List<String> issues = const [],
  2. List<String> warnings = const [],
  3. bool hasSwiftTarget = false,
  4. bool hasCppTarget = false,
  5. bool hasCorrectPlatform = false,
  6. bool hasNitroFlags = false,
})

Implementation

PackageSwiftValidation({
  this.issues = const [],
  this.warnings = const [],
  this.hasSwiftTarget = false,
  this.hasCppTarget = false,
  this.hasCorrectPlatform = false,
  this.hasNitroFlags = false,
});