SkippedDetail constructor

SkippedDetail({
  1. bool? incompatibleAppVersion,
  2. bool? incompatibleArchitecture,
  3. bool? incompatibleDevice,
})

Implementation

SkippedDetail({
  this.incompatibleAppVersion,
  this.incompatibleArchitecture,
  this.incompatibleDevice,
});