DarwinNativeLayout constructor

const DarwinNativeLayout({
  1. required String platform,
  2. required bool directoryExists,
  3. required bool hasPodfile,
  4. required bool hasPodfileLock,
  5. required bool hasPodspec,
  6. required bool hasClassesDirectory,
  7. required bool hasAssetsDirectory,
  8. required bool hasResourcesDirectory,
  9. required bool hasPackageSwift,
  10. required bool hasSourcesDirectory,
  11. required bool hasPrivacyManifest,
})

Creates a Darwin native layout snapshot.

Implementation

const DarwinNativeLayout({
  required this.platform,
  required this.directoryExists,
  required this.hasPodfile,
  required this.hasPodfileLock,
  required this.hasPodspec,
  required this.hasClassesDirectory,
  required this.hasAssetsDirectory,
  required this.hasResourcesDirectory,
  required this.hasPackageSwift,
  required this.hasSourcesDirectory,
  required this.hasPrivacyManifest,
});