isValid property

bool get isValid

Check if integrity configuration is valid.

Implementation

bool get isValid =>
    contentHash != null || files.isNotEmpty || signatures.isNotEmpty;