AppStoreConnectImageAsset constructor Null safety

const AppStoreConnectImageAsset(
  1. {int? height,
  2. int? width,
  3. String? templateUrl}
)

A version of an app in the App Store Connect API.

Implementation

const AppStoreConnectImageAsset({
  this.height,
  this.width,
  this.templateUrl,
});