InsecureCertificateException constructor

const InsecureCertificateException(
  1. int statusCode,
  2. String? message
)

Implementation

const InsecureCertificateException(int super.statusCode, super.message);