InstanceIosDetails constructor

InstanceIosDetails({
  1. String? bundleIdentifier,
  2. String? itunesAppId,
  3. String? kind,
  4. bool? preferredForIpad,
  5. bool? preferredForIphone,
  6. bool? supportIpad,
  7. bool? supportIphone,
})

Implementation

InstanceIosDetails({
  this.bundleIdentifier,
  this.itunesAppId,
  this.kind,
  this.preferredForIpad,
  this.preferredForIphone,
  this.supportIpad,
  this.supportIphone,
});