containsSecret property

bool get containsSecret

Implementation

bool get containsSecret =>
    values.values.any((value) => value is CockpitTestSecretToken);