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