AppStorePreReleaseVersion constructor Null safety
- {String? type,
- String? id,
- AppStorePreReleaseVersionAttributes? attributes}
A version of an app in the App Store Connect API.
Implementation
const AppStorePreReleaseVersion({
this.type,
this.id,
this.attributes,
});