AppStoreBuildAttributes constructor Null safety
- {bool? expired,
- AppStoreConnectImageAsset? iconAssetToken,
- String? minOsVersion,
- ProcessingState? processingState,
- String? version,
- bool? usesNonExemptEncryption,
- DateTime? uploadedDate,
- DateTime? expirationDate,
- BuildAudienceType? buildAudienceType,
- String? computedMinMacOsVersion,
- String? lsMinimumSystemVersion}
An image asset, including its height, width, and template URL.
Implementation
const AppStoreBuildAttributes({
this.expired,
this.iconAssetToken,
this.minOsVersion,
this.processingState,
this.version,
this.usesNonExemptEncryption,
this.uploadedDate,
this.expirationDate,
this.buildAudienceType,
this.computedMinMacOsVersion,
this.lsMinimumSystemVersion,
});