AppStorePreReleaseVersion constructor Null safety
- {String? type,
- String? id,
- AppStorePreReleaseVersionAttributes? attributes}
An image asset, including its height, width, and template URL.
Implementation
const AppStorePreReleaseVersion({
this.type,
this.id,
this.attributes,
});