AppStoreVersionAttributes constructor Null safety
The attributes of a version of an app in the App Store Connect API.
Implementation
const AppStoreVersionAttributes({
this.platform,
this.versionString,
this.appStoreState,
this.copyright,
this.releaseType,
this.earliestReleaseDate,
this.downloadable,
this.createdDate,
});