isValid property
bool
get
isValid
Check if integrity configuration is valid.
Implementation
bool get isValid =>
contentHash != null || files.isNotEmpty || signatures.isNotEmpty;
Check if integrity configuration is valid.
bool get isValid =>
contentHash != null || files.isNotEmpty || signatures.isNotEmpty;