DarwinNativeLayout constructor
const
DarwinNativeLayout({
- required String platform,
- required bool directoryExists,
- required bool hasPodfile,
- required bool hasPodfileLock,
- required bool hasPodspec,
- required bool hasClassesDirectory,
- required bool hasAssetsDirectory,
- required bool hasResourcesDirectory,
- required bool hasPackageSwift,
- required bool hasSourcesDirectory,
- 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,
});