SdkEntry constructor
const
SdkEntry({})
Implementation
const SdkEntry({
required this.package,
required this.displayName,
required this.dataCollected,
required this.encryptedInTransit,
required this.userCanRequestDeletion,
required this.requiresXcprivacyEntry,
required this.requiredReasonApis,
this.notes,
});