AppleInstalledProfile constructor
const
AppleInstalledProfile({})
Creates installed-profile metadata.
Implementation
const AppleInstalledProfile({
required this.bundleId,
required this.uuid,
required this.name,
required this.teamId,
required this.installedPath,
});