AutoInstallConstraint constructor

AutoInstallConstraint({
  1. String? chargingStateConstraint,
  2. String? deviceIdleStateConstraint,
  3. String? networkTypeConstraint,
})

Implementation

AutoInstallConstraint({
  this.chargingStateConstraint,
  this.deviceIdleStateConstraint,
  this.networkTypeConstraint,
});