raised property

Set<CallQualityWarning> get raised

Warnings newly raised by this change.

Implementation

Set<CallQualityWarning> get raised => current.difference(previous);