AppAccessRiskVerdict constructor

AppAccessRiskVerdict({
  1. List<String>? appsDetected,
  2. String? otherApps,
  3. String? playOrSystemApps,
})

Implementation

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