GenUiAuditFinding class

One thing the audit found.

Constructors

GenUiAuditFinding(GenUiAuditRule rule, {required String component, String? detail})
Creates a GenUiAuditFinding.
const

Properties

component → String
The component it was found in.
final
detail → String?
What was found, when the rule alone does not say it.
final
hashCode → int
The hash code for this object.
no setterinherited
rule → GenUiAuditRule
Which rule it breaks.
final
runtimeType → Type
A representation of the runtime type of the object.
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.
override

Operators

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