TrackRelease constructor

TrackRelease({
  1. CountryTargeting? countryTargeting,
  2. int? inAppUpdatePriority,
  3. String? name,
  4. List<LocalizedText>? releaseNotes,
  5. String? status,
  6. double? userFraction,
  7. List<String>? versionCodes,
})

Implementation

TrackRelease({
  this.countryTargeting,
  this.inAppUpdatePriority,
  this.name,
  this.releaseNotes,
  this.status,
  this.userFraction,
  this.versionCodes,
});