AppStoreConnectImageAsset constructor Null safety
An image asset, including its height, width, and template URL.
Implementation
const AppStoreConnectImageAsset({
this.height,
this.width,
this.templateUrl,
});
An image asset, including its height, width, and template URL.
const AppStoreConnectImageAsset({
this.height,
this.width,
this.templateUrl,
});