AppAccessRiskVerdict constructor

AppAccessRiskVerdict({
  1. String? otherApps,
  2. String? playOrSystemApps,
})

Implementation

AppAccessRiskVerdict({
  this.otherApps,
  this.playOrSystemApps,
});