hasNotSig property
bool
get
hasNotSig
Returns true if sig
is null, otherwise false.
Implementation
bool get hasNotSig => !hasSig;
Returns true if sig
is null, otherwise false.
bool get hasNotSig => !hasSig;