hasNotSig property

bool get hasNotSig

Returns true if sig is null, otherwise false.

Implementation

bool get hasNotSig => !hasSig;