MuteInfo class

Mute information about the finding, including whether the finding has a static mute or any matching dynamic mute rules.

Constructors

MuteInfo.new({List<DynamicMuteRecord>? dynamicMuteRecords, StaticMute? staticMute})
MuteInfo.fromJson(Map json_)

Properties

dynamicMuteRecords List<DynamicMuteRecord>?
The list of dynamic mute rules that currently match the finding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticMute StaticMute?
If set, the static mute applied to this finding.
getter/setter pair

Methods

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

Operators

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