CorruptionDetectionResult class

Result of corruption detection

Constructors

CorruptionDetectionResult({required bool isCorrupted, required double confidence, required Map<String, dynamic> analysis, required CorruptionAction suggestedAction})
const

Properties

analysis → Map<String, dynamic>
final
confidence → double
final
hashCode → int
The hash code for this object.
no setterinherited
isCorrupted → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
suggestedAction → CorruptionAction
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