AppStoreVersion constructor Null safety

const AppStoreVersion(
  1. {String? type,
  2. String? id,
  3. AppStoreVersionAttributes? attributes}
)

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

Implementation

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