SecurityScoreReport class

Represents the result of a security score calculation.

Constructors

SecurityScoreReport.new({required int score, required bool cameraGranted, required bool microphoneGranted, required bool locationGranted, required bool storageGranted, required bool contactsGranted})
const

Properties

cameraGranted bool
final
contactsGranted bool
final
hashCode int
The hash code for this object.
no setterinherited
locationGranted bool
final
microphoneGranted bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
final
storageGranted bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited