isPinsMismatch property
Returns true if certificate doesn't match any configured pins.
This error occurs when the certificate's public key doesn't match any of the configured pins for the domain.
Implementation
bool get isPinsMismatch => code == 'PINS_MISMATCH';