CTParams constructor

CTParams(
  1. String url, {
  2. List<String>? protocols,
})

Implementation

CTParams(this.url, {this.protocols});