isEc property

bool get isEc

Returns true when the ECDSA algorithm is selected.

Implementation

bool get isEc => this == AndroidSignatureType.ECDSA;