mitigation property

List<DetectedIssueMitigation>? mitigation
inherited

mitigation Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.

Implementation

List<DetectedIssueMitigation>? get mitigation =>
    throw _privateConstructorUsedError;