ProtocolSet constructor

ProtocolSet({
  1. bool? t0,
  2. bool? t1,
  3. bool? raw,
})

Implementation

ProtocolSet({this.t0, this.t1, this.raw});