AppStoreBuild constructor Null safety

const AppStoreBuild(
  1. {String? type,
  2. String? id,
  3. AppStoreBuildAttributes? attributes}
)

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

Implementation

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