TlsException constructor - TlsException - dart:io library (original) (raw)
constTlsException([
Implementation
@pragma("vm:entry-point")
const TlsException([String message = "", OSError? osError])
: this._("TlsException", message, osError);
constTlsException([
@pragma("vm:entry-point")
const TlsException([String message = "", OSError? osError])
: this._("TlsException", message, osError);