hasSig property

bool get hasSig

Returns true if sig is not null, otherwise false.

Implementation

bool get hasSig => sig != null;