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