isWIF method

bool isWIF()

Check if the private key is WIF format

Implementation

bool isWIF() => this.format == 'WIF';