isEc property
bool
get
isEc
Returns true
when the ECDSA algorithm is selected.
Implementation
bool get isEc => this == AndroidSignatureType.ECDSA;
Returns true
when the ECDSA algorithm is selected.
bool get isEc => this == AndroidSignatureType.ECDSA;