AppStorePreReleaseVersion constructor Null safety

const AppStorePreReleaseVersion(
  1. {String? type,
  2. String? id,
  3. AppStorePreReleaseVersionAttributes? attributes}
)

An image asset, including its height, width, and template URL.

Implementation

const AppStorePreReleaseVersion({
  this.type,
  this.id,
  this.attributes,
});