TlsException 构造函数

const TlsException([
  1. String message = "",
  2. OSError? osError
])

实现

@pragma("vm:entry-point")
const TlsException([String message = "", OSError? osError])
    : this._("TlsException", message, osError);