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