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