ForensicFinding class

Annotations

Constructors

ForensicFinding({required String code, required String title, required String description, required FindingSeverity severity, required double measuredValue, required double theoreticalValue})
const
factory

Properties

code String
no setterinherited
copyWith → $ForensicFindingCopyWith<ForensicFinding>
no setterinherited
description String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
measuredValue double
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity FindingSeverity
no setterinherited
theoreticalValue double
no setterinherited
title String
no setterinherited

Methods

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

Operators

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