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