requiresExplicitApproval property

bool get requiresExplicitApproval

Whether this risk level should always prompt the user.

Implementation

bool get requiresExplicitApproval => this == high || this == critical;